Html Css Color HEX #370E21 Blackberry

📋 copy color: '#370E21'

red 55 ◦ green 14 ◦ blue 33

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

Shades of Blackberry #370E21

Tints of Blackberry #370E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.35%

R = 53.92%
G = 13.73%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#370E21 (or 0x370E21) is known color: Blackberry. HEX triplet: 37, 0E and 21. RGB value is (55,14,33). Sum of RGB (Red+Green+Blue) = 55+14+33=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E21 is #C8F1DE. Grayscale: #1C1C1C. Windows color (decimal): -13169119 or 2166327. OLE color: 2166327.

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

Color convert

RGB 55 14 33 -
CMYK 0 0.75 0.4 0.78
HSL 332.2º 0.59% 0.14% -
HSV(B) 332.2º 0.75% 0.22% -
XYZ 2.01 1.24 1.57 -
YUV 28.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 55 14 33 0 0.75 0.4 0.78 332.2 0.59 0.14
Hex 37 E 21 0 4B 28 4E 14C 3B E
Octal 67 16 41 0 113 50 116 514 73 16
Binary 110111 1110 100001 0 1001011 101000 1001110 101001100 111011 1110

Color Harmonies of #370E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E21

Black with #370E21

Text Example


Text Example

White with #370E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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