Html Css Color HEX #371424 Blackberry

📋 copy color: '#371424'

red 55 ◦ green 20 ◦ blue 36

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

Shades of Blackberry #371424

Tints of Blackberry #371424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 49.55%
G = 18.02%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#371424 (or 0x371424) is known color: Blackberry. HEX triplet: 37, 14 and 24. RGB value is (55,20,36). Sum of RGB (Red+Green+Blue) = 55+20+36=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371424 is #C8EBDB. Grayscale: #202020. Windows color (decimal): -13167580 or 2364471. OLE color: 2364471.

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

Color convert

RGB 55 20 36 -
CMYK 0 0.64 0.35 0.78
HSL 332.57º 0.47% 0.15% -
HSV(B) 332.57º 0.64% 0.22% -
XYZ 2.14 1.44 1.83 -
YUV 32.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 55 20 36 0 0.64 0.35 0.78 332.57 0.47 0.15
Hex 37 14 24 0 40 23 4E 14D 2F F
Octal 67 24 44 0 100 43 116 515 57 17
Binary 110111 10100 100100 0 1000000 100011 1001110 101001101 101111 1111

Color Harmonies of #371424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371424

Black with #371424

Text Example


Text Example

White with #371424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371424; }

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

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

background-color css

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

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

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

border-color css

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

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

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