#42142A

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

Shades of Blackberry #42142A

Tints of Blackberry #42142A

Color information

#42142A (or 0x42142A) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 2A. RGB value is (66,20,42). Sum of RGB (Red+Green+Blue) = 66+20+42=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42142A is #BDEBD5. Grayscale: #242424. Windows color (decimal): -12446678 or 2757698. OLE color: 2757698.

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

Color convert

RGB662042-
CMYK00.700.360.74
HSL331.3º53.49%16.86%-
HSV(B)331.3º69.7%25.88%-
XYZ2.911.832.39-
YUV36.26131.24149.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=51.56%
G=15.62%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66204200.700.360.74331.353.4916.86
Hex42142A046244A14b3511
Octal10224520106441125136521
Binary10000101010010101001000110100100100101010100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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