#400B26

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

Shades of Blackberry #400B26

Tints of Blackberry #400B26

Color information

#400B26 (or 0x400B26) is unknown color: approx Blackberry. HEX triplet: 40, 0B and 26. RGB value is (64,11,38). Sum of RGB (Red+Green+Blue) = 64+11+38=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B26 is #BFF4D9. Grayscale: #1D1D1D. Windows color (decimal): -12580058 or 2493248. OLE color: 2493248.

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

Color convert

RGB641138-
CMYK00.830.410.75
HSL329.43º70.67%14.71%-
HSV(B)329.43º82.81%25.1%-
XYZ2.581.471.98-
YUV29.92132.56152.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=56.64%
G=9.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64113800.830.410.75329.4370.6714.71
Hex40B26053294B14947f
Octal100134601235111351110717
Binary1000000101110011001010011101001100101110100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400B26; }

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

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

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

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

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

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

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

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