#370129

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

Shades of Blackberry #370129

Tints of Blackberry #370129

Color information

#370129 (or 0x370129) is unknown color: approx Blackberry. HEX triplet: 37, 01 and 29. RGB value is (55,1,41). Sum of RGB (Red+Green+Blue) = 55+1+41=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370129 is #C8FED6. Grayscale: #151515. Windows color (decimal): -13172439 or 2687287. OLE color: 2687287.

HSL color Cylindrical-coordinate representation of color #370129: hue angle of 315.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370129 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB55141-
CMYK00.980.250.78
HSL315.56º96.43%10.98%-
HSV(B)315.56º98.18%21.57%-
XYZ1.990.992.18-
YUV21.71138.89151.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=56.70%
G=1.03%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5514100.980.250.78315.5696.4310.98
Hex37129062194E13c60b
Octal6715101423111647414013
Binary11011111010010110001011001100111010011110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370129; }

 p { color: rgb(55,1,41); }

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

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

 a { background-color: rgb(55,1,41); }

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

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

 span { border-color: rgb(55,1,41); }

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