#370225

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

Shades of Blackberry #370225

Tints of Blackberry #370225

Color information

#370225 (or 0x370225) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 25. RGB value is (55,2,37). Sum of RGB (Red+Green+Blue) = 55+2+37=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370225 is #C8FDDA. Grayscale: #151515. Windows color (decimal): -13172187 or 2425399. OLE color: 2425399.

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

Color convert

RGB55237-
CMYK00.960.330.78
HSL320.38º92.98%11.18%-
HSV(B)320.38º96.36%21.57%-
XYZ1.930.991.84-
YUV21.84136.56151.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=58.51%
G=2.13%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523700.960.330.78320.3892.9811.18
Hex37225060214E1405db
Octal6724501404111650013513
Binary1101111010010101100000100001100111010100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370225; }

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

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

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

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

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

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

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

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