#37032E

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

Shades of Blackberry #37032E

Tints of Blackberry #37032E

Color information

#37032E (or 0x37032E) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 2E. RGB value is (55,3,46). Sum of RGB (Red+Green+Blue) = 55+3+46=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37032E is #C8FCD1. Grayscale: #171717. Windows color (decimal): -13171922 or 3015479. OLE color: 3015479.

HSL color Cylindrical-coordinate representation of color #37032E: hue angle of 310.38º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37032E is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB55346-
CMYK00.950.160.78
HSL310.38º89.66%11.37%-
HSV(B)310.38º94.55%21.57%-
XYZ2.11.072.68-
YUV23.45140.73150.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=52.88%
G=2.88%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5534600.950.160.78310.3889.6611.37
Hex3732E05F104E1365ab
Octal6735601372011646613213
Binary110111111011100101111110000100111010011011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37032E; }

 p { color: rgb(55,3,46); }

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

<style>
 a { background-color: #37032E; }

 a { background-color: rgb(55,3,46); }

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

<style>
 span { border-color: #37032E; }

 span { border-color: rgb(55,3,46); }

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