#370229

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

Shades of Blackberry #370229

Tints of Blackberry #370229

Color information

#370229 (or 0x370229) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 29. RGB value is (55,2,41). Sum of RGB (Red+Green+Blue) = 55+2+41=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370229 is #C8FDD6. Grayscale: #161616. Windows color (decimal): -13172183 or 2687543. OLE color: 2687543.

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

Color convert

RGB55241-
CMYK00.960.250.78
HSL315.85º92.98%11.18%-
HSV(B)315.85º96.36%21.57%-
XYZ21.022.19-
YUV22.29138.56151.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=56.12%
G=2.04%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524100.960.250.78315.8592.9811.18
Hex37229060194E13c5db
Octal6725101403111647413513
Binary110111101010010110000011001100111010011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370229; }

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

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

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

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

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

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

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

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