#400A28

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

Shades of Blackberry #400A28

Tints of Blackberry #400A28

Color information

#400A28 (or 0x400A28) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 28. RGB value is (64,10,40). Sum of RGB (Red+Green+Blue) = 64+10+40=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A28 is #BFF5D7. Grayscale: #1D1D1D. Windows color (decimal): -12580312 or 2624064. OLE color: 2624064.

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

Color convert

RGB641040-
CMYK00.840.380.75
HSL326.67º72.97%14.51%-
HSV(B)326.67º84.38%25.1%-
XYZ2.611.462.15-
YUV29.57133.89152.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=56.14%
G=8.77%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64104000.840.380.75326.6772.9714.51
Hex40A28054264B14749f
Octal100125001244611350711117
Binary1000000101010100001010100100110100101110100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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