#400026

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

Shades of Blackberry #400026

Tints of Blackberry #400026

Color information

#400026 (or 0x400026) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 26. RGB value is (64,0,38). Sum of RGB (Red+Green+Blue) = 64+0+38=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400026 is #BFFFD9. Grayscale: #171717. Windows color (decimal): -12582874 or 2490432. OLE color: 2490432.

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

Color convert

RGB64038-
CMYK010.410.75
HSL324.38º100%12.55%-
HSV(B)324.38º100%25.1%-
XYZ2.461.231.94-
YUV23.47136.2156.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=62.75%
G=0%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64038010.410.75324.3810012.55
Hex40026064294B14464d
Octal10004601445111350414415
Binary1000000010011001100100101001100101110100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400026; }

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

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

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

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

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

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

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

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