Html Css Color HEX #370424 Blackberry

📋 copy color: '#370424'

red 55 ◦ green 4 ◦ blue 36

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

Shades of Blackberry #370424

Tints of Blackberry #370424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.21%

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

R = 57.89%
G = 4.21%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#370424 (or 0x370424) is known color: Blackberry. HEX triplet: 37, 04 and 24. RGB value is (55,4,36). Sum of RGB (Red+Green+Blue) = 55+4+36=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370424 is #C8FBDB. Grayscale: #161616. Windows color (decimal): -13171676 or 2360375. OLE color: 2360375.

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

Color convert

RGB 55 4 36 -
CMYK 0 0.93 0.35 0.78
HSL 322.35º 0.86% 0.12% -
HSV(B) 322.35º 0.93% 0.22% -
XYZ 1.94 1.03 1.77 -
YUV 22.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 55 4 36 0 0.93 0.35 0.78 322.35 0.86 0.12
Hex 37 4 24 0 5D 23 4E 142 56 C
Octal 67 4 44 0 135 43 116 502 126 14
Binary 110111 100 100100 0 1011101 100011 1001110 101000010 1010110 1100

Color Harmonies of #370424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370424

Black with #370424

Text Example


Text Example

White with #370424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370424; }

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

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

background-color css

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

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

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

border-color css

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

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

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