#400C25

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

Shades of Blackberry #400C25

Tints of Blackberry #400C25

Color information

#400C25 (or 0x400C25) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 25. RGB value is (64,12,37). Sum of RGB (Red+Green+Blue) = 64+12+37=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C25 is #BFF3DA. Grayscale: #1E1E1E. Windows color (decimal): -12579803 or 2427968. OLE color: 2427968.

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

Color convert

RGB641237-
CMYK00.810.420.75
HSL331.15º68.42%14.9%-
HSV(B)331.15º81.25%25.1%-
XYZ2.581.491.9-
YUV30.4131.73151.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=56.64%
G=10.62%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123700.810.420.75331.1568.4214.9
Hex40C250512A4B14b44f
Octal100144501215211351310417
Binary1000000110010010101010001101010100101110100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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