Html Css Color HEX #23392C Holly

📋 copy color: '#23392C'

red 35 ◦ green 57 ◦ blue 44

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

Shades of Holly #23392C

Tints of Holly #23392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

 BLUE value IS 44 (17.58% from 255) = 32.35%

R = 25.74%
G = 41.91%
B = 32.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#23392C (or 0x23392C) is known color: Holly. HEX triplet: 23, 39 and 2C. RGB value is (35,57,44). Sum of RGB (Red+Green+Blue) = 35+57+44=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #23392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23392C is #DCC6D3. Grayscale: #303030. Windows color (decimal): -14468820 or 2898211. OLE color: 2898211.

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

Color convert

RGB 35 57 44 -
CMYK 0.39 0 0.23 0.78
HSL 144.55º 0.24% 0.18% -
HSV(B) 144.55º 0.39% 0.22% -
XYZ 2.61 3.47 2.91 -
YUV 48.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 35 57 44 0.39 0 0.23 0.78 144.55 0.24 0.18
Hex 23 39 2C 27 0 17 4E 91 18 12
Octal 43 71 54 47 0 27 116 221 30 22
Binary 100011 111001 101100 100111 0 10111 1001110 10010001 11000 10010

Color Harmonies of #23392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23392C

Black with #23392C

Text Example


Text Example

White with #23392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23392C; }

 p { color: rgb(35,57,44); }

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

background-color css

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

 a { background-color: rgb(35,57,44); }

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

border-color css

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

 span { border-color: rgb(35,57,44); }

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