Html Css Color HEX #342020 Nero

📋 copy color: '#342020'

red 52 ◦ green 32 ◦ blue 32

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

Shades of Nero #342020

Tints of Nero #342020

RGB

 RED value IS 52 (20.7% from 255) = 44.83%

 GREEN value IS 32 (12.89% from 255) = 27.59%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 44.83%
G = 27.59%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#342020 (or 0x342020) is known color: Nero. HEX triplet: 34, 20 and 20. RGB value is (52,32,32). Sum of RGB (Red+Green+Blue) = 52+32+32=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #342020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342020 is #CBDFDF. Grayscale: #262626. Windows color (decimal): -13361120 or 2105396. OLE color: 2105396.

HSL color Cylindrical-coordinate representation of color #342020: hue angle of 0º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342020 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 32 -
CMYK 0 0.38 0.38 0.80
HSL 0.24% 0.16% -
HSV(B) 0.38% 0.2% -
XYZ 2.19 1.87 1.61 -
YUV 37.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 52 32 32 0 0.38 0.38 0.80 0 0.24 0.16
Hex 34 20 20 0 26 26 50 0 18 10
Octal 64 40 40 0 46 46 120 0 30 20
Binary 110100 100000 100000 0 100110 100110 1010000 0 11000 10000

Color Harmonies of #342020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342020

Black with #342020

Text Example


Text Example

White with #342020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342020; }

 p { color: rgb(52,32,32); }

 H1.HeaderClassName
 {
   color: #342020;
 }
 .AnyTagClassName
 {
   color: #342020;
 }
</style>

background-color css

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

 a { background-color: rgb(52,32,32); }

 div.DivClassName
 {
   background-color: #342020;
 }
 .BgClassName
 {
   background-color: #342020;
 }
</style>

border-color css

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

 span { border-color: rgb(52,32,32); }

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