#401235

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

Shades of Blackberry #401235

Tints of Blackberry #401235

Color information

#401235 (or 0x401235) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 35. RGB value is (64,18,53). Sum of RGB (Red+Green+Blue) = 64+18+53=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401235 is #BFEDCA. Grayscale: #232323. Windows color (decimal): -12578251 or 3478080. OLE color: 3478080.

HSL color Cylindrical-coordinate representation of color #401235: hue angle of 314.35º 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 #401235 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB641853-
CMYK00.720.170.75
HSL314.35º56.1%16.08%-
HSV(B)314.35º71.88%25.1%-
XYZ2.971.783.55-
YUV35.74137.74148.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=47.41%
G=13.33%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64185300.720.170.75314.3556.116.08
Hex401235048114B13a3810
Octal10022650110211134727020
Binary1000000100101101010100100010001100101110011101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401235; }

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

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

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

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

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

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

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

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