Html Css Color HEX #370E28 Blackberry

📋 copy color: '#370E28'

red 55 ◦ green 14 ◦ blue 40

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

Shades of Blackberry #370E28

Tints of Blackberry #370E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 50.46%
G = 12.84%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370E28 (or 0x370E28) is known color: Blackberry. HEX triplet: 37, 0E and 28. RGB value is (55,14,40). Sum of RGB (Red+Green+Blue) = 55+14+40=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E28 is #C8F1D7. Grayscale: #1D1D1D. Windows color (decimal): -13169112 or 2625079. OLE color: 2625079.

HSL color Cylindrical-coordinate representation of color #370E28: hue angle of 321.95º 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 #370E28 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 14 40 -
CMYK 0 0.75 0.27 0.78
HSL 321.95º 0.59% 0.14% -
HSV(B) 321.95º 0.75% 0.22% -
XYZ 2.12 1.28 2.14 -
YUV 29.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 55 14 40 0 0.75 0.27 0.78 321.95 0.59 0.14
Hex 37 E 28 0 4B 1B 4E 142 3B E
Octal 67 16 50 0 113 33 116 502 73 16
Binary 110111 1110 101000 0 1001011 11011 1001110 101000010 111011 1110

Color Harmonies of #370E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E28

Black with #370E28

Text Example


Text Example

White with #370E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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