#40052A

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

Shades of Blackberry #40052A

Tints of Blackberry #40052A

Color information

#40052A (or 0x40052A) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 2A. RGB value is (64,5,42). Sum of RGB (Red+Green+Blue) = 64+5+42=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40052A is #BFFAD5. Grayscale: #1A1A1A. Windows color (decimal): -12581590 or 2753856. OLE color: 2753856.

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

Color convert

RGB64542-
CMYK00.920.340.75
HSL322.37º85.51%13.53%-
HSV(B)322.37º92.19%25.1%-
XYZ2.591.372.32-
YUV26.86136.55154.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=57.66%
G=4.50%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454200.920.340.75322.3785.5113.53
Hex4052A05C224B14256e
Octal10055201344211350212616
Binary100000010110101001011100100010100101110100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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