#37102B

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

Shades of Blackberry #37102B

Tints of Blackberry #37102B

Color information

#37102B (or 0x37102B) is unknown color: approx Blackberry. HEX triplet: 37, 10 and 2B. RGB value is (55,16,43). Sum of RGB (Red+Green+Blue) = 55+16+43=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37102B is #C8EFD4. Grayscale: #1E1E1E. Windows color (decimal): -13168597 or 2822199. OLE color: 2822199.

HSL color Cylindrical-coordinate representation of color #37102B: hue angle of 318.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37102B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB551643-
CMYK00.710.220.78
HSL318.46º54.93%13.92%-
HSV(B)318.46º70.91%21.57%-
XYZ2.21.362.43-
YUV30.74134.92145.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=48.25%
G=14.04%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55164300.710.220.78318.4654.9313.92
Hex37102B047164E13e37e
Octal6720530107261164766716
Binary11011110000101011010001111011010011101001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37102B; }

 p { color: rgb(55,16,43); }

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

<style>
 a { background-color: #37102B; }

 a { background-color: rgb(55,16,43); }

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

<style>
 span { border-color: #37102B; }

 span { border-color: rgb(55,16,43); }

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