#40182F

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

Shades of Blackberry #40182F

Tints of Blackberry #40182F

Color information

#40182F (or 0x40182F) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 2F. RGB value is (64,24,47). Sum of RGB (Red+Green+Blue) = 64+24+47=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40182F is #BFE7D0. Grayscale: #262626. Windows color (decimal): -12576721 or 3086400. OLE color: 3086400.

HSL color Cylindrical-coordinate representation of color #40182F: hue angle of 325.5º 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 #40182F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB642447-
CMYK00.620.270.75
HSL325.5º45.45%17.25%-
HSV(B)325.5º62.5%25.1%-
XYZ2.951.952.91-
YUV38.58132.75146.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=47.41%
G=17.78%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64244700.620.270.75325.545.4517.25
Hex40182F03E1B4B1462d11
Octal1003057076331135065521
Binary100000011000101111011111011011100101110100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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