#42142E

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

Shades of Blackberry #42142E

Tints of Blackberry #42142E

Color information

#42142E (or 0x42142E) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 2E. RGB value is (66,20,46). Sum of RGB (Red+Green+Blue) = 66+20+46=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42142E is #BDEBD1. Grayscale: #242424. Windows color (decimal): -12446674 or 3019842. OLE color: 3019842.

HSL color Cylindrical-coordinate representation of color #42142E: hue angle of 326.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42142E is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB662046-
CMYK00.700.300.74
HSL326.09º53.49%16.86%-
HSV(B)326.09º69.7%25.88%-
XYZ2.991.862.79-
YUV36.72133.24148.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=50%
G=15.15%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66204600.700.300.74326.0953.4916.86
Hex42142E0461E4A1463511
Octal10224560106361125066521
Binary1000010101001011100100011011110100101010100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42142E; }

 p { color: rgb(66,20,46); }

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

<style>
 a { background-color: #42142E; }

 a { background-color: rgb(66,20,46); }

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

<style>
 span { border-color: #42142E; }

 span { border-color: rgb(66,20,46); }

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