#401433

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

Shades of Blackberry #401433

Tints of Blackberry #401433

Color information

#401433 (or 0x401433) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 33. RGB value is (64,20,51). Sum of RGB (Red+Green+Blue) = 64+20+51=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401433 is #BFEBCC. Grayscale: #242424. Windows color (decimal): -12577741 or 3347520. OLE color: 3347520.

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

Color convert

RGB642051-
CMYK00.690.200.75
HSL317.73º52.38%16.47%-
HSV(B)317.73º68.75%25.1%-
XYZ2.961.833.33-
YUV36.69136.08147.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=47.41%
G=14.81%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64205100.690.200.75317.7352.3816.47
Hex401433045144B13e3410
Octal10024630105241134766420
Binary1000000101001100110100010110100100101110011111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401433; }

 p { color: rgb(64,20,51); }

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

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

 a { background-color: rgb(64,20,51); }

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

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

 span { border-color: rgb(64,20,51); }

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