#400D2A

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

Shades of Blackberry #400D2A

Tints of Blackberry #400D2A

Color information

#400D2A (or 0x400D2A) is unknown color: approx Blackberry. HEX triplet: 40, 0D and 2A. RGB value is (64,13,42). Sum of RGB (Red+Green+Blue) = 64+13+42=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D2A is #BFF2D5. Grayscale: #1F1F1F. Windows color (decimal): -12579542 or 2755904. OLE color: 2755904.

HSL color Cylindrical-coordinate representation of color #400D2A: hue angle of 325.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D2A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB641342-
CMYK00.800.340.75
HSL325.88º66.23%15.1%-
HSV(B)325.88º79.69%25.1%-
XYZ2.681.552.35-
YUV31.56133.9151.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=53.78%
G=10.92%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64134200.800.340.75325.8866.2315.1
Hex40D2A050224B14642f
Octal100155201204211350610217
Binary1000000110110101001010000100010100101110100011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,42); }

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

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

 a { background-color: rgb(64,13,42); }

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

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

 span { border-color: rgb(64,13,42); }

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