#400A27

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

Shades of Blackberry #400A27

Tints of Blackberry #400A27

Color information

#400A27 (or 0x400A27) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 27. RGB value is (64,10,39). Sum of RGB (Red+Green+Blue) = 64+10+39=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A27 is #BFF5D8. Grayscale: #1D1D1D. Windows color (decimal): -12580313 or 2558528. OLE color: 2558528.

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

Color convert

RGB641039-
CMYK00.840.390.75
HSL327.78º72.97%14.51%-
HSV(B)327.78º84.38%25.1%-
XYZ2.591.452.06-
YUV29.45133.39152.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=56.64%
G=8.85%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64103900.840.390.75327.7872.9714.51
Hex40A27054274B14849f
Octal100124701244711351011117
Binary1000000101010011101010100100111100101110100100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,10,39); }

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

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

 a { background-color: rgb(64,10,39); }

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

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

 span { border-color: rgb(64,10,39); }

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