Html Css Color HEX #441B36 Blackberry

📋 copy color: '#441B36'

red 68 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #441B36

Tints of Blackberry #441B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.12%

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

R = 45.64%
G = 18.12%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#441B36 (or 0x441B36) is known color: Blackberry. HEX triplet: 44, 1B and 36. RGB value is (68,27,54). Sum of RGB (Red+Green+Blue) = 68+27+54=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B36 is #BBE4C9. Grayscale: #2A2A2A. Windows color (decimal): -12313802 or 3545924. OLE color: 3545924.

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

Color convert

RGB 68 27 54 -
CMYK 0 0.60 0.21 0.73
HSL 320.49º 0.43% 0.19% -
HSV(B) 320.49º 0.6% 0.27% -
XYZ 3.44 2.28 3.75 -
YUV 42.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 68 27 54 0 0.60 0.21 0.73 320.49 0.43 0.19
Hex 44 1B 36 0 3C 15 49 140 2B 13
Octal 104 33 66 0 74 25 111 500 53 23
Binary 1000100 11011 110110 0 111100 10101 1001001 101000000 101011 10011

Color Harmonies of #441B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B36

Black with #441B36

Text Example


Text Example

White with #441B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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