#40182E

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

Shades of Blackberry #40182E

Tints of Blackberry #40182E

Color information

#40182E (or 0x40182E) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 2E. RGB value is (64,24,46). Sum of RGB (Red+Green+Blue) = 64+24+46=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40182E is #BFE7D1. Grayscale: #262626. Windows color (decimal): -12576722 or 3020864. OLE color: 3020864.

HSL color Cylindrical-coordinate representation of color #40182E: hue angle of 327º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40182E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB642446-
CMYK00.620.280.75
HSL327º45.45%17.25%-
HSV(B)327º62.5%25.1%-
XYZ2.931.942.8-
YUV38.47132.25146.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=47.76%
G=17.91%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64244600.620.280.7532745.4517.25
Hex40182E03E1C4B1472d11
Octal1003056076341135075521
Binary100000011000101110011111011100100101110100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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