Html Css Color HEX #37112C Blackberry

📋 copy color: '#37112C'

red 55 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #37112C

Tints of Blackberry #37112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 47.41%
G = 14.66%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#37112C (or 0x37112C) is known color: Blackberry. HEX triplet: 37, 11 and 2C. RGB value is (55,17,44). Sum of RGB (Red+Green+Blue) = 55+17+44=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37112C is #C8EED3. Grayscale: #1F1F1F. Windows color (decimal): -13168340 or 2887991. OLE color: 2887991.

HSL color Cylindrical-coordinate representation of color #37112C: hue angle of 317.37º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37112C is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 44 -
CMYK 0 0.69 0.2 0.78
HSL 317.37º 0.53% 0.14% -
HSV(B) 317.37º 0.69% 0.22% -
XYZ 2.23 1.39 2.53 -
YUV 31.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 55 17 44 0 0.69 0.2 0.78 317.37 0.53 0.14
Hex 37 11 2C 0 45 14 4E 13D 35 E
Octal 67 21 54 0 105 24 116 475 65 16
Binary 110111 10001 101100 0 1000101 10100 1001110 100111101 110101 1110

Color Harmonies of #37112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37112C

Black with #37112C

Text Example


Text Example

White with #37112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37112C; }

 p { color: rgb(55,17,44); }

 H1.HeaderClassName
 {
   color: #37112C;
 }
 .AnyTagClassName
 {
   color: #37112C;
 }
</style>

background-color css

<style>
 a { background-color: #37112C; }

 a { background-color: rgb(55,17,44); }

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

border-color css

<style>
 span { border-color: #37112C; }

 span { border-color: rgb(55,17,44); }

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