#23342A

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

Shades of Holly #23342A

Tints of Holly #23342A

Color information

#23342A (or 0x23342A) is unknown color: approx Holly. HEX triplet: 23, 34 and 2A. RGB value is (35,52,42). Sum of RGB (Red+Green+Blue) = 35+52+42=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #23342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23342A is #DCCBD5. Grayscale: #2D2D2D. Windows color (decimal): -14470102 or 2765859. OLE color: 2765859.

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

Color convert

RGB355242-
CMYK0.3300.190.80
HSL144.71º19.54%17.06%-
HSV(B)144.71º32.69%20.39%-
XYZ2.342.982.64-
YUV45.78125.87120.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=27.13%
G=40.31%
B=32.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3552420.3300.190.80144.7119.5417.06
Hex23342A2101350911411
Octal436452410231202212421
Binary1000111101001010101000010100111010000100100011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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