#40021A

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

Shades of Blackberry #40021A

Tints of Blackberry #40021A

Color information

#40021A (or 0x40021A) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 1A. RGB value is (64,2,26). Sum of RGB (Red+Green+Blue) = 64+2+26=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #40021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40021A is #BFFDE5. Grayscale: #171717. Windows color (decimal): -12582374 or 1704512. OLE color: 1704512.

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

Color convert

RGB64226-
CMYK00.970.590.75
HSL336.77º93.94%12.94%-
HSV(B)336.77º96.88%25.1%-
XYZ2.321.211.09-
YUV23.27129.54157.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=69.57%
G=2.17%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422600.970.590.75336.7793.9412.94
Hex4021A0613B4B1515ed
Octal10023201417311352113615
Binary1000000101101001100001111011100101110101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,2,26); }

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

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

 a { background-color: rgb(64,2,26); }

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

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

 span { border-color: rgb(64,2,26); }

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