#401026

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

Shades of Blackberry #401026

Tints of Blackberry #401026

Color information

#401026 (or 0x401026) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 26. RGB value is (64,16,38). Sum of RGB (Red+Green+Blue) = 64+16+38=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401026 is #BFEFD9. Grayscale: #202020. Windows color (decimal): -12578778 or 2494528. OLE color: 2494528.

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

Color convert

RGB641638-
CMYK00.750.410.75
HSL332.5º60%15.69%-
HSV(B)332.5º75%25.1%-
XYZ2.651.62-
YUV32.86130.9150.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=54.24%
G=13.56%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64163800.750.410.75332.56015.69
Hex40102604B294B14c3c10
Octal10020460113511135147420
Binary10000001000010011001001011101001100101110100110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401026; }

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

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

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

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

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

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

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

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