#400C27

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

Shades of Blackberry #400C27

Tints of Blackberry #400C27

Color information

#400C27 (or 0x400C27) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 27. RGB value is (64,12,39). Sum of RGB (Red+Green+Blue) = 64+12+39=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C27 is #BFF3D8. Grayscale: #1E1E1E. Windows color (decimal): -12579801 or 2559040. OLE color: 2559040.

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

Color convert

RGB641239-
CMYK00.810.390.75
HSL328.85º68.42%14.9%-
HSV(B)328.85º81.25%25.1%-
XYZ2.611.52.07-
YUV30.63132.73151.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=55.65%
G=10.43%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123900.810.390.75328.8568.4214.9
Hex40C27051274B14944f
Octal100144701214711351110417
Binary1000000110010011101010001100111100101110100100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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