#37142C

Color #37142C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #37142C

Tints of Blackberry #37142C

Color information

#37142C (or 0x37142C) is unknown color: approx Blackberry. HEX triplet: 37, 14 and 2C. RGB value is (55,20,44). Sum of RGB (Red+Green+Blue) = 55+20+44=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37142C is #C8EBD3. Grayscale: #212121. Windows color (decimal): -13167572 or 2888759. OLE color: 2888759.

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

Color convert

RGB552044-
CMYK00.640.20.78
HSL318.86º46.67%14.71%-
HSV(B)318.86º63.64%21.57%-
XYZ2.281.492.55-
YUV33.2134.1143.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=46.22%
G=16.81%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55204400.640.20.78318.8646.6714.71
Hex37142C040144E13f2ff
Octal6724540100241164775717
Binary11011110100101100010000001010010011101001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37142C;
 }
 .AnyTagClassName
 {
   color: #37142C;
 }
</style>
background-color css

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

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

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

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

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

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