#370223

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

Shades of Blackberry #370223

Tints of Blackberry #370223

Color information

#370223 (or 0x370223) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 23. RGB value is (55,2,35). Sum of RGB (Red+Green+Blue) = 55+2+35=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370223 is #C8FDDC. Grayscale: #151515. Windows color (decimal): -13172189 or 2294327. OLE color: 2294327.

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

Color convert

RGB55235-
CMYK00.960.360.78
HSL322.64º92.98%11.18%-
HSV(B)322.64º96.36%21.57%-
XYZ1.90.981.68-
YUV21.61135.56151.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 35 (14.06% from 255) = 38.04%
R=59.78%
G=2.17%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523500.960.360.78322.6492.9811.18
Hex37223060244E1435db
Octal6724301404411650313513
Binary1101111010001101100000100100100111010100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370223; }

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

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

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

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

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

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

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

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