#40102A

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

Shades of Blackberry #40102A

Tints of Blackberry #40102A

Color information

#40102A (or 0x40102A) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 2A. RGB value is (64,16,42). Sum of RGB (Red+Green+Blue) = 64+16+42=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #40102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40102A is #BFEFD5. Grayscale: #212121. Windows color (decimal): -12578774 or 2756672. OLE color: 2756672.

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

Color convert

RGB641642-
CMYK00.750.340.75
HSL327.5º60%15.69%-
HSV(B)327.5º75%25.1%-
XYZ2.721.632.36-
YUV33.32132.9149.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=52.46%
G=13.11%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64164200.750.340.75327.56015.69
Hex40102A04B224B1483c10
Octal10020520113421135107420
Binary10000001000010101001001011100010100101110100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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