#401024

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

Shades of Blackberry #401024

Tints of Blackberry #401024

Color information

#401024 (or 0x401024) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 24. RGB value is (64,16,36). Sum of RGB (Red+Green+Blue) = 64+16+36=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401024 is #BFEFDB. Grayscale: #202020. Windows color (decimal): -12578780 or 2363456. OLE color: 2363456.

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

Color convert

RGB641636-
CMYK00.750.440.75
HSL335º60%15.69%-
HSV(B)335º75%25.1%-
XYZ2.621.591.84-
YUV32.63129.9150.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=55.17%
G=13.79%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64163600.750.440.753356015.69
Hex40102404B2C4B14f3c10
Octal10020440113541135177420
Binary10000001000010010001001011101100100101110100111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401024; }

 p { color: rgb(64,16,36); }

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

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

 a { background-color: rgb(64,16,36); }

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

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

 span { border-color: rgb(64,16,36); }

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