#400C2D

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

Shades of Blackberry #400C2D

Tints of Blackberry #400C2D

Color information

#400C2D (or 0x400C2D) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 2D. RGB value is (64,12,45). Sum of RGB (Red+Green+Blue) = 64+12+45=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C2D is #BFF3D2. Grayscale: #1F1F1F. Windows color (decimal): -12579795 or 2952256. OLE color: 2952256.

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

Color convert

RGB641245-
CMYK00.810.300.75
HSL321.92º68.42%14.9%-
HSV(B)321.92º81.25%25.1%-
XYZ2.721.542.64-
YUV31.31135.73151.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=52.89%
G=9.92%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64124500.810.300.75321.9268.4214.9
Hex40C2D0511E4B14244f
Octal100145501213611350210417
Binary100000011001011010101000111110100101110100001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,45); }

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

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

 a { background-color: rgb(64,12,45); }

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

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

 span { border-color: rgb(64,12,45); }

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