#40092A

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

Shades of Blackberry #40092A

Tints of Blackberry #40092A

Color information

#40092A (or 0x40092A) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 2A. RGB value is (64,9,42). Sum of RGB (Red+Green+Blue) = 64+9+42=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40092A is #BFF6D5. Grayscale: #1D1D1D. Windows color (decimal): -12580566 or 2754880. OLE color: 2754880.

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

Color convert

RGB64942-
CMYK00.860.340.75
HSL324º75.34%14.31%-
HSV(B)324º85.94%25.1%-
XYZ2.631.452.33-
YUV29.21135.22152.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=55.65%
G=7.83%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6494200.860.340.7532475.3414.31
Hex4092A056224B1444be
Octal100115201264211350411316
Binary1000000100110101001010110100010100101110100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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