Html Css Color HEX #441D36 Blackberry

📋 copy color: '#441D36'

red 68 ◦ green 29 ◦ blue 54

#441D36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #441D36

Tints of Blackberry #441D36

RGB

 RED value IS 68 (26.95% from 255) = 45.03%

 GREEN value IS 29 (11.72% from 255) = 19.21%

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 45.03%
G = 19.21%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#441D36 (or 0x441D36) is known color: Blackberry. HEX triplet: 44, 1D and 36. RGB value is (68,29,54). Sum of RGB (Red+Green+Blue) = 68+29+54=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #441D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D36 is #BBE2C9. Grayscale: #2B2B2B. Windows color (decimal): -12313290 or 3546436. OLE color: 3546436.

HSL color Cylindrical-coordinate representation of color #441D36: hue angle of 321.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D36 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 54 -
CMYK 0 0.57 0.21 0.73
HSL 321.54º 0.4% 0.19% -
HSV(B) 321.54º 0.57% 0.27% -
XYZ 3.49 2.37 3.76 -
YUV 43.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 68 29 54 0 0.57 0.21 0.73 321.54 0.4 0.19
Hex 44 1D 36 0 39 15 49 142 28 13
Octal 104 35 66 0 71 25 111 502 50 23
Binary 1000100 11101 110110 0 111001 10101 1001001 101000010 101000 10011

Color Harmonies of #441D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D36

Black with #441D36

Text Example


Text Example

White with #441D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D36; }

 p { color: rgb(68,29,54); }

 H1.HeaderClassName
 {
   color: #441D36;
 }
 .AnyTagClassName
 {
   color: #441D36;
 }
</style>

background-color css

<style>
 a { background-color: #441D36; }

 a { background-color: rgb(68,29,54); }

 div.DivClassName
 {
   background-color: #441D36;
 }
 .BgClassName
 {
   background-color: #441D36;
 }
</style>

border-color css

<style>
 span { border-color: #441D36; }

 span { border-color: rgb(68,29,54); }

 td.TdClassName
 {
   border-color: #441D36;
 }
 .TagClassName
 {
   border-color: #441D36;
 }
</style>