Html Css Color HEX #23342A Holly

📋 copy color: '#23342A'

red 35 ◦ green 52 ◦ blue 42

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

Shades of Holly #23342A

Tints of Holly #23342A

RGB

 RED value IS 35 (14.06% from 255) = 27.13%

 GREEN value IS 52 (20.7% from 255) = 40.31%

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

R = 27.13%
G = 40.31%
B = 32.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#23342A (or 0x23342A) is known color: Holly. HEX triplet: 23, 34 and 2A. RGB value is (35,52,42). Sum of RGB (Red+Green+Blue) = 35+52+42=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #23342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23342A is #DCCBD5. Grayscale: #2D2D2D. Windows color (decimal): -14470102 or 2765859. OLE color: 2765859.

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

Color convert

RGB 35 52 42 -
CMYK 0.33 0 0.19 0.80
HSL 144.71º 0.2% 0.17% -
HSV(B) 144.71º 0.33% 0.2% -
XYZ 2.34 2.98 2.64 -
YUV 45.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 35 52 42 0.33 0 0.19 0.80 144.71 0.2 0.17
Hex 23 34 2A 21 0 13 50 91 14 11
Octal 43 64 52 41 0 23 120 221 24 21
Binary 100011 110100 101010 100001 0 10011 1010000 10010001 10100 10001

Color Harmonies of #23342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23342A

Black with #23342A

Text Example


Text Example

White with #23342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,52,42); }

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

background-color css

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

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

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

border-color css

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

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

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