#40091E

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

Shades of Blackberry #40091E

Tints of Blackberry #40091E

Color information

#40091E (or 0x40091E) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 1E. RGB value is (64,9,30). Sum of RGB (Red+Green+Blue) = 64+9+30=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #40091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091E is #BFF6E1. Grayscale: #1B1B1B. Windows color (decimal): -12580578 or 1968448. OLE color: 1968448.

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

Color convert

RGB64930-
CMYK00.860.530.75
HSL337.09º75.34%14.31%-
HSV(B)337.09º85.94%25.1%-
XYZ2.451.381.37-
YUV27.84129.22153.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=62.14%
G=8.74%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6493000.860.530.75337.0975.3414.31
Hex4091E056354B1514be
Octal100113601266511352111316
Binary100000010011111001010110110101100101110101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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