Html Css Color HEX #370E1E Blackberry

📋 copy color: '#370E1E'

red 55 ◦ green 14 ◦ blue 30

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

Shades of Blackberry #370E1E

Tints of Blackberry #370E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 55.56%
G = 14.14%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#370E1E (or 0x370E1E) is known color: Blackberry. HEX triplet: 37, 0E and 1E. RGB value is (55,14,30). Sum of RGB (Red+Green+Blue) = 55+14+30=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E1E is #C8F1E1. Grayscale: #1C1C1C. Windows color (decimal): -13169122 or 1969719. OLE color: 1969719.

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

Color convert

RGB 55 14 30 -
CMYK 0 0.75 0.45 0.78
HSL 336.59º 0.59% 0.14% -
HSV(B) 336.59º 0.75% 0.22% -
XYZ 1.97 1.22 1.36 -
YUV 28.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 55 14 30 0 0.75 0.45 0.78 336.59 0.59 0.14
Hex 37 E 1E 0 4B 2D 4E 151 3B E
Octal 67 16 36 0 113 55 116 521 73 16
Binary 110111 1110 11110 0 1001011 101101 1001110 101010001 111011 1110

Color Harmonies of #370E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E1E

Black with #370E1E

Text Example


Text Example

White with #370E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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