Html Css Color HEX #42142A Blackberry

📋 copy color: '#42142A'

red 66 ◦ green 20 ◦ blue 42

#42142A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #42142A

Tints of Blackberry #42142A

RGB

 RED value IS 66 (26.17% from 255) = 51.56%

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 51.56%
G = 15.63%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42142A (or 0x42142A) is known color: 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

RGB 66 20 42 -
CMYK 0 0.70 0.36 0.74
HSL 331.3º 0.53% 0.17% -
HSV(B) 331.3º 0.7% 0.26% -
XYZ 2.91 1.83 2.39 -
YUV 36.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 66 20 42 0 0.70 0.36 0.74 331.3 0.53 0.17
Hex 42 14 2A 0 46 24 4A 14B 35 11
Octal 102 24 52 0 106 44 112 513 65 21
Binary 1000010 10100 101010 0 1000110 100100 1001010 101001011 110101 10001

Color Harmonies of #42142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42142A

Black with #42142A

Text Example


Text Example

White with #42142A

Text Example


Text Example

HTML Codes & Css Web 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>