#23382C

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

Shades of Holly #23382C

Tints of Holly #23382C

Color information

#23382C (or 0x23382C) is unknown color: approx Holly. HEX triplet: 23, 38 and 2C. RGB value is (35,56,44). Sum of RGB (Red+Green+Blue) = 35+56+44=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #23382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23382C is #DCC7D3. Grayscale: #303030. Windows color (decimal): -14469076 or 2897955. OLE color: 2897955.

HSL color Cylindrical-coordinate representation of color #23382C: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #23382C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB355644-
CMYK0.3700.210.78
HSL145.71º23.08%17.84%-
HSV(B)145.71º37.5%21.96%-
XYZ2.563.372.9-
YUV48.35125.54118.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=25.93%
G=41.48%
B=32.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556440.3700.210.78145.7123.0817.84
Hex23382C250154E921712
Octal437054450251162222722
Binary1000111110001011001001010101011001110100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23382C; }

 p { color: rgb(35,56,44); }

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

<style>
 a { background-color: #23382C; }

 a { background-color: rgb(35,56,44); }

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

<style>
 span { border-color: #23382C; }

 span { border-color: rgb(35,56,44); }

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