#400825

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

Shades of Blackberry #400825

Tints of Blackberry #400825

Color information

#400825 (or 0x400825) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 25. RGB value is (64,8,37). Sum of RGB (Red+Green+Blue) = 64+8+37=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400825 is #BFF7DA. Grayscale: #1B1B1B. Windows color (decimal): -12580827 or 2426944. OLE color: 2426944.

HSL color Cylindrical-coordinate representation of color #400825: hue angle of 328.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400825 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB64837-
CMYK00.870.420.75
HSL328.93º77.78%14.12%-
HSV(B)328.93º87.5%25.1%-
XYZ2.541.41.89-
YUV28.05133.05153.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=58.72%
G=7.34%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483700.870.420.75328.9377.7814.12
Hex408250572A4B1494ee
Octal100104501275211351111616
Binary1000000100010010101010111101010100101110100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400825; }

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

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

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

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

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

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

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

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