#23322A

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

Shades of Holly #23322A

Tints of Holly #23322A

Color information

#23322A (or 0x23322A) is unknown color: approx Holly. HEX triplet: 23, 32 and 2A. RGB value is (35,50,42). Sum of RGB (Red+Green+Blue) = 35+50+42=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #23322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23322A is #DCCDD5. Grayscale: #2C2C2C. Windows color (decimal): -14470614 or 2765347. OLE color: 2765347.

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

Color convert

RGB355042-
CMYK0.3000.160.80
HSL148º17.65%16.67%-
HSV(B)148º30%19.61%-
XYZ2.252.812.61-
YUV44.6126.53121.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=27.56%
G=39.37%
B=33.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3550420.3000.160.8014817.6516.67
Hex23322A1E01050941211
Octal436252360201202242221
Binary100011110010101010111100100001010000100101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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