Html Css Color HEX #23392A Holly

📋 copy color: '#23392A'

red 35 ◦ green 57 ◦ blue 42

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

Shades of Holly #23392A

Tints of Holly #23392A

RGB

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

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

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

R = 26.12%
G = 42.54%
B = 31.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#23392A (or 0x23392A) is known color: Holly. HEX triplet: 23, 39 and 2A. RGB value is (35,57,42). Sum of RGB (Red+Green+Blue) = 35+57+42=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #23392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23392A is #DCC6D5. Grayscale: #303030. Windows color (decimal): -14468822 or 2767139. OLE color: 2767139.

HSL color Cylindrical-coordinate representation of color #23392A: hue angle of 139.09º 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 #23392A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 57 42 -
CMYK 0.39 0 0.26 0.78
HSL 139.09º 0.24% 0.18% -
HSV(B) 139.09º 0.39% 0.22% -
XYZ 2.57 3.45 2.72 -
YUV 48.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 35 57 42 0.39 0 0.26 0.78 139.09 0.24 0.18
Hex 23 39 2A 27 0 1A 4E 8B 18 12
Octal 43 71 52 47 0 32 116 213 30 22
Binary 100011 111001 101010 100111 0 11010 1001110 10001011 11000 10010

Color Harmonies of #23392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23392A

Black with #23392A

Text Example


Text Example

White with #23392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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