#23392A

Color #23392A Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #23392A

Tints of Holly #23392A

Color information

#23392A (or 0x23392A) is unknown color: approx 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

RGB355742-
CMYK0.3900.260.78
HSL139.09º23.91%18.04%-
HSV(B)139.09º38.6%22.35%-
XYZ2.573.452.72-
YUV48.71124.21118.22-

RGB Variations

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

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.80% from 255) = 31.34%
R=26.12%
G=42.54%
B=31.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3557420.3900.260.78139.0923.9118.04
Hex23392A2701A4E8b1812
Octal437152470321162133022
Binary1000111110011010101001110110101001110100010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>