Html Css Color HEX #370224 Blackberry

📋 copy color: '#370224'

red 55 ◦ green 2 ◦ blue 36

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

Shades of Blackberry #370224

Tints of Blackberry #370224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 59.14%
G = 2.15%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#370224 (or 0x370224) is known color: Blackberry. HEX triplet: 37, 02 and 24. RGB value is (55,2,36). Sum of RGB (Red+Green+Blue) = 55+2+36=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370224 is #C8FDDB. Grayscale: #151515. Windows color (decimal): -13172188 or 2359863. OLE color: 2359863.

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

Color convert

RGB 55 2 36 -
CMYK 0 0.96 0.35 0.78
HSL 321.51º 0.93% 0.11% -
HSV(B) 321.51º 0.96% 0.22% -
XYZ 1.92 0.98 1.76 -
YUV 21.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 55 2 36 0 0.96 0.35 0.78 321.51 0.93 0.11
Hex 37 2 24 0 60 23 4E 142 5D B
Octal 67 2 44 0 140 43 116 502 135 13
Binary 110111 10 100100 0 1100000 100011 1001110 101000010 1011101 1011

Color Harmonies of #370224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370224

Black with #370224

Text Example


Text Example

White with #370224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370224; }

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

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

background-color css

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

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

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

border-color css

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

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

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