#371225

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

Shades of Blackberry #371225

Tints of Blackberry #371225

Color information

#371225 (or 0x371225) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 25. RGB value is (55,18,37). Sum of RGB (Red+Green+Blue) = 55+18+37=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371225 is #C8EDDA. Grayscale: #1F1F1F. Windows color (decimal): -13168091 or 2429495. OLE color: 2429495.

HSL color Cylindrical-coordinate representation of color #371225: hue angle of 329.19º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371225 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB551837-
CMYK00.670.330.78
HSL329.19º50.68%14.31%-
HSV(B)329.19º67.27%21.57%-
XYZ2.131.381.9-
YUV31.23131.26144.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=50%
G=16.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183700.670.330.78329.1950.6814.31
Hex371225043214E14933e
Octal6722450103411165116316
Binary110111100101001010100001110000110011101010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371225; }

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

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

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

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

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

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

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

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