#40081C

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

Shades of Blackberry #40081C

Tints of Blackberry #40081C

Color information

#40081C (or 0x40081C) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 1C. RGB value is (64,8,28). Sum of RGB (Red+Green+Blue) = 64+8+28=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40081C is #BFF7E3. Grayscale: #1B1B1B. Windows color (decimal): -12580836 or 1837120. OLE color: 1837120.

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

Color convert

RGB64828-
CMYK00.870.560.75
HSL338.57º77.78%14.12%-
HSV(B)338.57º87.5%25.1%-
XYZ2.411.351.23-
YUV27.02128.55154.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 28 (11.33% from 255) = 28%
R=64%
G=8%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6482800.870.560.75338.5777.7814.12
Hex4081C057384B1534ee
Octal100103401277011352311616
Binary100000010001110001010111111000100101110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40081C; }

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

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

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

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

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

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

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

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