#40051E

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

Shades of Blackberry #40051E

Tints of Blackberry #40051E

Color information

#40051E (or 0x40051E) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 1E. RGB value is (64,5,30). Sum of RGB (Red+Green+Blue) = 64+5+30=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051E is #BFFAE1. Grayscale: #191919. Windows color (decimal): -12581602 or 1967424. OLE color: 1967424.

HSL color Cylindrical-coordinate representation of color #40051E: hue angle of 334.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40051E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB64530-
CMYK00.920.530.75
HSL334.58º85.51%13.53%-
HSV(B)334.58º92.19%25.1%-
XYZ2.41.291.35-
YUV25.49130.55155.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=64.65%
G=5.05%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453000.920.530.75334.5885.5113.53
Hex4051E05C354B14f56e
Octal10053601346511351712616
Binary10000001011111001011100110101100101110100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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