#40012A

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

Shades of Blackberry #40012A

Tints of Blackberry #40012A

Color information

#40012A (or 0x40012A) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 2A. RGB value is (64,1,42). Sum of RGB (Red+Green+Blue) = 64+1+42=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #40012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012A is #BFFED5. Grayscale: #181818. Windows color (decimal): -12582614 or 2752832. OLE color: 2752832.

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

Color convert

RGB64142-
CMYK00.980.340.75
HSL320.95º96.92%12.75%-
HSV(B)320.95º98.44%25.1%-
XYZ2.541.282.3-
YUV24.51137.87156.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=59.81%
G=0.93%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414200.980.340.75320.9596.9212.75
Hex4012A062224B14161d
Octal10015201424211350114115
Binary1000000110101001100010100010100101110100000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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