#23382B

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

Shades of Holly #23382B

Tints of Holly #23382B

Color information

#23382B (or 0x23382B) is unknown color: approx Holly. HEX triplet: 23, 38 and 2B. RGB value is (35,56,43). Sum of RGB (Red+Green+Blue) = 35+56+43=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #23382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23382B is #DCC7D4. Grayscale: #303030. Windows color (decimal): -14469077 or 2832419. OLE color: 2832419.

HSL color Cylindrical-coordinate representation of color #23382B: hue angle of 142.86º 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 #23382B is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB355643-
CMYK0.3700.230.78
HSL142.86º23.08%17.84%-
HSV(B)142.86º37.5%21.96%-
XYZ2.543.362.8-
YUV48.24125.04118.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=26.12%
G=41.79%
B=32.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556430.3700.230.78142.8623.0817.84
Hex23382B250174E8f1712
Octal437053450271162172722
Binary1000111110001010111001010101111001110100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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