#400827

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

Shades of Blackberry #400827

Tints of Blackberry #400827

Color information

#400827 (or 0x400827) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 27. RGB value is (64,8,39). Sum of RGB (Red+Green+Blue) = 64+8+39=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400827 is #BFF7D8. Grayscale: #1C1C1C. Windows color (decimal): -12580825 or 2558016. OLE color: 2558016.

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

Color convert

RGB64839-
CMYK00.870.390.75
HSL326.79º77.78%14.12%-
HSV(B)326.79º87.5%25.1%-
XYZ2.571.412.06-
YUV28.28134.05153.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=57.66%
G=7.21%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483900.870.390.75326.7977.7814.12
Hex40827057274B1474ee
Octal100104701274711350711616
Binary1000000100010011101010111100111100101110100011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400827; }

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

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

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

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

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

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

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

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