#40081E

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

Shades of Blackberry #40081E

Tints of Blackberry #40081E

Color information

#40081E (or 0x40081E) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 1E. RGB value is (64,8,30). Sum of RGB (Red+Green+Blue) = 64+8+30=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #40081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40081E is #BFF7E1. Grayscale: #1B1B1B. Windows color (decimal): -12580834 or 1968192. OLE color: 1968192.

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

Color convert

RGB64830-
CMYK00.870.530.75
HSL336.43º77.78%14.12%-
HSV(B)336.43º87.5%25.1%-
XYZ2.441.361.36-
YUV27.25129.55154.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=62.75%
G=7.84%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483000.870.530.75336.4377.7814.12
Hex4081E057354B1504ee
Octal100103601276511352011616
Binary100000010001111001010111110101100101110101000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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