Html Css Color HEX #23372A Holly

📋 copy color: '#23372A'

red 35 ◦ green 55 ◦ blue 42

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

Shades of Holly #23372A

Tints of Holly #23372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 26.52%
G = 41.67%
B = 31.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#23372A (or 0x23372A) is known color: Holly. HEX triplet: 23, 37 and 2A. RGB value is (35,55,42). Sum of RGB (Red+Green+Blue) = 35+55+42=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #23372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23372A is #DCC8D5. Grayscale: #2F2F2F. Windows color (decimal): -14469334 or 2766627. OLE color: 2766627.

HSL color Cylindrical-coordinate representation of color #23372A: hue angle of 141º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #23372A is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 55 42 -
CMYK 0.36 0 0.24 0.78
HSL 141º 0.22% 0.18% -
HSV(B) 141º 0.36% 0.22% -
XYZ 2.48 3.26 2.69 -
YUV 47.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 35 55 42 0.36 0 0.24 0.78 141 0.22 0.18
Hex 23 37 2A 24 0 18 4E 8D 16 12
Octal 43 67 52 44 0 30 116 215 26 22
Binary 100011 110111 101010 100100 0 11000 1001110 10001101 10110 10010

Color Harmonies of #23372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23372A

Black with #23372A

Text Example


Text Example

White with #23372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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