#40052F

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

Shades of Blackberry #40052F

Tints of Blackberry #40052F

Color information

#40052F (or 0x40052F) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 2F. RGB value is (64,5,47). Sum of RGB (Red+Green+Blue) = 64+5+47=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40052F is #BFFAD0. Grayscale: #1B1B1B. Windows color (decimal): -12581585 or 3081536. OLE color: 3081536.

HSL color Cylindrical-coordinate representation of color #40052F: hue angle of 317.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40052F is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB64547-
CMYK00.920.270.75
HSL317.29º85.51%13.53%-
HSV(B)317.29º92.19%25.1%-
XYZ2.681.42.82-
YUV27.43139.05154.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=55.17%
G=4.31%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454700.920.270.75317.2985.5113.53
Hex4052F05C1B4B13d56e
Octal10055701343311347512616
Binary10000001011011110101110011011100101110011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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