#40092D

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

Shades of Blackberry #40092D

Tints of Blackberry #40092D

Color information

#40092D (or 0x40092D) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 2D. RGB value is (64,9,45). Sum of RGB (Red+Green+Blue) = 64+9+45=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40092D is #BFF6D2. Grayscale: #1D1D1D. Windows color (decimal): -12580563 or 2951488. OLE color: 2951488.

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

Color convert

RGB64945-
CMYK00.860.300.75
HSL320.73º75.34%14.31%-
HSV(B)320.73º85.94%25.1%-
XYZ2.691.472.63-
YUV29.55136.72152.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=54.24%
G=7.63%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6494500.860.300.75320.7375.3414.31
Hex4092D0561E4B1414be
Octal100115501263611350111316
Binary100000010011011010101011011110100101110100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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