Html Css Color HEX #370B1C Blackberry

📋 copy color: '#370B1C'

red 55 ◦ green 11 ◦ blue 28

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

Shades of Blackberry #370B1C

Tints of Blackberry #370B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.7%

 BLUE value IS 28 (11.33% from 255) = 29.79%

R = 58.51%
G = 11.7%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#370B1C (or 0x370B1C) is known color: Blackberry. HEX triplet: 37, 0B and 1C. RGB value is (55,11,28). Sum of RGB (Red+Green+Blue) = 55+11+28=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B1C is #C8F4E3. Grayscale: #1A1A1A. Windows color (decimal): -13169892 or 1837879. OLE color: 1837879.

HSL color Cylindrical-coordinate representation of color #370B1C: hue angle of 336.82º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B1C is Cyan = 0, Magento = 0.8, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 28 -
CMYK 0 0.8 0.49 0.78
HSL 336.82º 0.67% 0.13% -
HSV(B) 336.82º 0.8% 0.22% -
XYZ 1.9 1.14 1.22 -
YUV 26.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 55 11 28 0 0.8 0.49 0.78 336.82 0.67 0.13
Hex 37 B 1C 0 50 31 4E 151 43 D
Octal 67 13 34 0 120 61 116 521 103 15
Binary 110111 1011 11100 0 1010000 110001 1001110 101010001 1000011 1101

Color Harmonies of #370B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B1C

Black with #370B1C

Text Example


Text Example

White with #370B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,11,28); }

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

background-color css

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

 a { background-color: rgb(55,11,28); }

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

border-color css

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

 span { border-color: rgb(55,11,28); }

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