Html Css Color HEX #370E24 Blackberry

📋 copy color: '#370E24'

red 55 ◦ green 14 ◦ blue 36

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

Shades of Blackberry #370E24

Tints of Blackberry #370E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.33%

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

R = 52.38%
G = 13.33%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#370E24 (or 0x370E24) is known color: Blackberry. HEX triplet: 37, 0E and 24. RGB value is (55,14,36). Sum of RGB (Red+Green+Blue) = 55+14+36=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E24 is #C8F1DB. Grayscale: #1C1C1C. Windows color (decimal): -13169116 or 2362935. OLE color: 2362935.

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

Color convert

RGB 55 14 36 -
CMYK 0 0.75 0.35 0.78
HSL 327.8º 0.59% 0.14% -
HSV(B) 327.8º 0.75% 0.22% -
XYZ 2.05 1.25 1.8 -
YUV 28.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 55 14 36 0 0.75 0.35 0.78 327.8 0.59 0.14
Hex 37 E 24 0 4B 23 4E 148 3B E
Octal 67 16 44 0 113 43 116 510 73 16
Binary 110111 1110 100100 0 1001011 100011 1001110 101001000 111011 1110

Color Harmonies of #370E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E24

Black with #370E24

Text Example


Text Example

White with #370E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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