#40042B

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

Shades of Blackberry #40042B

Tints of Blackberry #40042B

Color information

#40042B (or 0x40042B) is unknown color: approx Blackberry. HEX triplet: 40, 04 and 2B. RGB value is (64,4,43). Sum of RGB (Red+Green+Blue) = 64+4+43=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40042B is #BFFBD4. Grayscale: #1A1A1A. Windows color (decimal): -12581845 or 2819136. OLE color: 2819136.

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

Color convert

RGB64443-
CMYK00.940.330.75
HSL321º88.24%13.33%-
HSV(B)321º93.75%25.1%-
XYZ2.591.352.41-
YUV26.39137.38154.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=57.66%
G=3.60%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444300.940.330.7532188.2413.33
Hex4042B05E214B14158d
Octal10045301364111350113015
Binary100000010010101101011110100001100101110100000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40042B; }

 p { color: rgb(64,4,43); }

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

<style>
 a { background-color: #40042B; }

 a { background-color: rgb(64,4,43); }

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

<style>
 span { border-color: #40042B; }

 span { border-color: rgb(64,4,43); }

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