#40062A

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

Shades of Blackberry #40062A

Tints of Blackberry #40062A

Color information

#40062A (or 0x40062A) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 2A. RGB value is (64,6,42). Sum of RGB (Red+Green+Blue) = 64+6+42=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062A is #BFF9D5. Grayscale: #1B1B1B. Windows color (decimal): -12581334 or 2754112. OLE color: 2754112.

HSL color Cylindrical-coordinate representation of color #40062A: hue angle of 322.76º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB64642-
CMYK00.910.340.75
HSL322.76º82.86%13.73%-
HSV(B)322.76º90.62%25.1%-
XYZ2.61.392.32-
YUV27.45136.22154.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=57.14%
G=5.36%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6464200.910.340.75322.7682.8613.73
Hex4062A05B224B14353e
Octal10065201334211350312316
Binary100000011010101001011011100010100101110100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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