Html Css Color HEX #370E22 Blackberry

📋 copy color: '#370E22'

red 55 ◦ green 14 ◦ blue 34

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

Shades of Blackberry #370E22

Tints of Blackberry #370E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.01%

R = 53.4%
G = 13.59%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370E22 (or 0x370E22) is known color: Blackberry. HEX triplet: 37, 0E and 22. RGB value is (55,14,34). Sum of RGB (Red+Green+Blue) = 55+14+34=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E22 is #C8F1DD. Grayscale: #1C1C1C. Windows color (decimal): -13169118 or 2231863. OLE color: 2231863.

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

Color convert

RGB 55 14 34 -
CMYK 0 0.75 0.38 0.78
HSL 330.73º 0.59% 0.14% -
HSV(B) 330.73º 0.75% 0.22% -
XYZ 2.02 1.24 1.65 -
YUV 28.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 55 14 34 0 0.75 0.38 0.78 330.73 0.59 0.14
Hex 37 E 22 0 4B 26 4E 14B 3B E
Octal 67 16 42 0 113 46 116 513 73 16
Binary 110111 1110 100010 0 1001011 100110 1001110 101001011 111011 1110

Color Harmonies of #370E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E22

Black with #370E22

Text Example


Text Example

White with #370E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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