#42142D

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

Shades of Blackberry #42142D

Tints of Blackberry #42142D

Color information

#42142D (or 0x42142D) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 2D. RGB value is (66,20,45). Sum of RGB (Red+Green+Blue) = 66+20+45=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42142D is #BDEBD2. Grayscale: #242424. Windows color (decimal): -12446675 or 2954306. OLE color: 2954306.

HSL color Cylindrical-coordinate representation of color #42142D: hue angle of 327.39º 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 #42142D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB662045-
CMYK00.700.320.74
HSL327.39º53.49%16.86%-
HSV(B)327.39º69.7%25.88%-
XYZ2.971.852.68-
YUV36.6132.74148.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=50.38%
G=15.27%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66204500.700.320.74327.3953.4916.86
Hex42142D046204A1473511
Octal10224550106401125076521
Binary10000101010010110101000110100000100101010100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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