#401225

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

Shades of Blackberry #401225

Tints of Blackberry #401225

Color information

#401225 (or 0x401225) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 25. RGB value is (64,18,37). Sum of RGB (Red+Green+Blue) = 64+18+37=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401225 is #BFEDDA. Grayscale: #212121. Windows color (decimal): -12578267 or 2429504. OLE color: 2429504.

HSL color Cylindrical-coordinate representation of color #401225: hue angle of 335.22º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401225 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB641837-
CMYK00.720.420.75
HSL335.22º56.1%16.08%-
HSV(B)335.22º71.88%25.1%-
XYZ2.661.661.93-
YUV33.92129.74149.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=53.78%
G=15.13%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64183700.720.420.75335.2256.116.08
Hex4012250482A4B14f3810
Octal10022450110521135177020
Binary10000001001010010101001000101010100101110100111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401225; }

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

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

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

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

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

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

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

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