#40081F

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

Shades of Blackberry #40081F

Tints of Blackberry #40081F

Color information

#40081F (or 0x40081F) is unknown color: approx Blackberry. HEX triplet: 40, 08 and 1F. RGB value is (64,8,31). Sum of RGB (Red+Green+Blue) = 64+8+31=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #40081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40081F is #BFF7E0. Grayscale: #1B1B1B. Windows color (decimal): -12580833 or 2033728. OLE color: 2033728.

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

Color convert

RGB64831-
CMYK00.870.520.75
HSL335.36º77.78%14.12%-
HSV(B)335.36º87.5%25.1%-
XYZ2.451.361.43-
YUV27.37130.05154.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=62.14%
G=7.77%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6483100.870.520.75335.3677.7814.12
Hex4081F057344B14f4ee
Octal100103701276411351711616
Binary100000010001111101010111110100100101110100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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