#401430

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

Shades of Blackberry #401430

Tints of Blackberry #401430

Color information

#401430 (or 0x401430) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 30. RGB value is (64,20,48). Sum of RGB (Red+Green+Blue) = 64+20+48=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401430 is #BFEBCF. Grayscale: #242424. Windows color (decimal): -12577744 or 3150912. OLE color: 3150912.

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

Color convert

RGB642048-
CMYK00.690.250.75
HSL321.82º52.38%16.47%-
HSV(B)321.82º68.75%25.1%-
XYZ2.91.82.99-
YUV36.35134.58147.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=48.48%
G=15.15%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64204800.690.250.75321.8252.3816.47
Hex401430045194B1423410
Octal10024600105311135026420
Binary1000000101001100000100010111001100101110100001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401430; }

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

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

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

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

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

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

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

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