#42142C

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

Shades of Blackberry #42142C

Tints of Blackberry #42142C

Color information

#42142C (or 0x42142C) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 2C. RGB value is (66,20,44). Sum of RGB (Red+Green+Blue) = 66+20+44=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42142C is #BDEBD3. Grayscale: #242424. Windows color (decimal): -12446676 or 2888770. OLE color: 2888770.

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

Color convert

RGB662044-
CMYK00.700.330.74
HSL328.7º53.49%16.86%-
HSV(B)328.7º69.7%25.88%-
XYZ2.951.842.58-
YUV36.49132.24149.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=50.77%
G=15.38%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66204400.700.330.74328.753.4916.86
Hex42142C046214A1493511
Octal10224540106411125116521
Binary10000101010010110001000110100001100101010100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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