Html Css Color HEX #371224 Blackberry

📋 copy color: '#371224'

red 55 ◦ green 18 ◦ blue 36

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

Shades of Blackberry #371224

Tints of Blackberry #371224

RGB

 RED value IS 55 (21.88% from 255) = 50.46%

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 36 (14.45% from 255) = 33.03%

R = 50.46%
G = 16.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#371224 (or 0x371224) is known color: Blackberry. HEX triplet: 37, 12 and 24. RGB value is (55,18,36). Sum of RGB (Red+Green+Blue) = 55+18+36=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371224 is #C8EDDB. Grayscale: #1F1F1F. Windows color (decimal): -13168092 or 2363959. OLE color: 2363959.

HSL color Cylindrical-coordinate representation of color #371224: hue angle of 330.81º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371224 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 36 -
CMYK 0 0.67 0.35 0.78
HSL 330.81º 0.51% 0.14% -
HSV(B) 330.81º 0.67% 0.22% -
XYZ 2.11 1.37 1.82 -
YUV 31.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 55 18 36 0 0.67 0.35 0.78 330.81 0.51 0.14
Hex 37 12 24 0 43 23 4E 14B 33 E
Octal 67 22 44 0 103 43 116 513 63 16
Binary 110111 10010 100100 0 1000011 100011 1001110 101001011 110011 1110

Color Harmonies of #371224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371224

Black with #371224

Text Example


Text Example

White with #371224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371224; }

 p { color: rgb(55,18,36); }

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

background-color css

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

 a { background-color: rgb(55,18,36); }

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

border-color css

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

 span { border-color: rgb(55,18,36); }

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