#370226

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

Shades of Blackberry #370226

Tints of Blackberry #370226

Color information

#370226 (or 0x370226) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 26. RGB value is (55,2,38). Sum of RGB (Red+Green+Blue) = 55+2+38=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370226 is #C8FDD9. Grayscale: #151515. Windows color (decimal): -13172186 or 2490935. OLE color: 2490935.

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

Color convert

RGB55238-
CMYK00.960.310.78
HSL319.25º92.98%11.18%-
HSV(B)319.25º96.36%21.57%-
XYZ1.9511.92-
YUV21.95137.06151.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 38 (15.23% from 255) = 40%
R=57.89%
G=2.11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523800.960.310.78319.2592.9811.18
Hex372260601F4E13f5db
Octal6724601403711647713513
Binary110111101001100110000011111100111010011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370226; }

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

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

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

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

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

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

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

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