#370227

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

Shades of Blackberry #370227

Tints of Blackberry #370227

Color information

#370227 (or 0x370227) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 27. RGB value is (55,2,39). Sum of RGB (Red+Green+Blue) = 55+2+39=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370227 is #C8FDD8. Grayscale: #151515. Windows color (decimal): -13172185 or 2556471. OLE color: 2556471.

HSL color Cylindrical-coordinate representation of color #370227: hue angle of 318.11º 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 #370227 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB55239-
CMYK00.960.290.78
HSL318.11º92.98%11.18%-
HSV(B)318.11º96.36%21.57%-
XYZ1.9612.01-
YUV22.06137.56151.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=57.29%
G=2.08%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523900.960.290.78318.1192.9811.18
Hex372270601D4E13e5db
Octal6724701403511647613513
Binary110111101001110110000011101100111010011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370227; }

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

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

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

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

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

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

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

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