#23332A

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

Shades of Holly #23332A

Tints of Holly #23332A

Color information

#23332A (or 0x23332A) is unknown color: approx Holly. HEX triplet: 23, 33 and 2A. RGB value is (35,51,42). Sum of RGB (Red+Green+Blue) = 35+51+42=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #23332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23332A is #DCCCD5. Grayscale: #2D2D2D. Windows color (decimal): -14470358 or 2765603. OLE color: 2765603.

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

Color convert

RGB355142-
CMYK0.3100.180.8
HSL146.25º18.6%16.86%-
HSV(B)146.25º31.37%20%-
XYZ2.292.892.63-
YUV45.19126.2120.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=27.34%
G=39.84%
B=32.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3551420.3100.180.8146.2518.616.86
Hex23332A1F01250921311
Octal436352370221202222321
Binary100011110011101010111110100101010000100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #23332A;
 }
 .AnyTagClassName
 {
   color: #23332A;
 }
</style>
background-color css

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

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

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

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

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

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