#40092E

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

Shades of Blackberry #40092E

Tints of Blackberry #40092E

Color information

#40092E (or 0x40092E) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 2E. RGB value is (64,9,46). Sum of RGB (Red+Green+Blue) = 64+9+46=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40092E is #BFF6D1. Grayscale: #1D1D1D. Windows color (decimal): -12580562 or 3017024. OLE color: 3017024.

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

Color convert

RGB64946-
CMYK00.860.280.75
HSL319.64º75.34%14.31%-
HSV(B)319.64º85.94%25.1%-
XYZ2.711.482.73-
YUV29.66137.22152.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=53.78%
G=7.56%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6494600.860.280.75319.6475.3414.31
Hex4092E0561C4B1404be
Octal100115601263411350011316
Binary100000010011011100101011011100100101110100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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