Html Css Color HEX #370E26 Blackberry

📋 copy color: '#370E26'

red 55 ◦ green 14 ◦ blue 38

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

Shades of Blackberry #370E26

Tints of Blackberry #370E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 35.51%

R = 51.4%
G = 13.08%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#370E26 (or 0x370E26) is known color: Blackberry. HEX triplet: 37, 0E and 26. RGB value is (55,14,38). Sum of RGB (Red+Green+Blue) = 55+14+38=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E26 is #C8F1D9. Grayscale: #1C1C1C. Windows color (decimal): -13169114 or 2494007. OLE color: 2494007.

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

Color convert

RGB 55 14 38 -
CMYK 0 0.75 0.31 0.78
HSL 324.88º 0.59% 0.14% -
HSV(B) 324.88º 0.75% 0.22% -
XYZ 2.08 1.27 1.97 -
YUV 29 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 55 14 38 0 0.75 0.31 0.78 324.88 0.59 0.14
Hex 37 E 26 0 4B 1F 4E 145 3B E
Octal 67 16 46 0 113 37 116 505 73 16
Binary 110111 1110 100110 0 1001011 11111 1001110 101000101 111011 1110

Color Harmonies of #370E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E26

Black with #370E26

Text Example


Text Example

White with #370E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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