#400626

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

Shades of Blackberry #400626

Tints of Blackberry #400626

Color information

#400626 (or 0x400626) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 26. RGB value is (64,6,38). Sum of RGB (Red+Green+Blue) = 64+6+38=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400626 is #BFF9D9. Grayscale: #1A1A1A. Windows color (decimal): -12581338 or 2491968. OLE color: 2491968.

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

Color convert

RGB64638-
CMYK00.910.410.75
HSL326.9º82.86%13.73%-
HSV(B)326.9º90.62%25.1%-
XYZ2.531.361.96-
YUV26.99134.22154.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=59.26%
G=5.56%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463800.910.410.75326.982.8613.73
Hex4062605B294B14753e
Octal10064601335111350712316
Binary100000011010011001011011101001100101110100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400626; }

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

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

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

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

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

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

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

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