Html Css Color HEX #23382C Holly

📋 copy color: '#23382C'

red 35 ◦ green 56 ◦ blue 44

#23382C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #23382C

Tints of Holly #23382C

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 value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#23382C (or 0x23382C) is known color: 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

RGB 35 56 44 -
CMYK 0.37 0 0.21 0.78
HSL 145.71º 0.23% 0.18% -
HSV(B) 145.71º 0.38% 0.22% -
XYZ 2.56 3.37 2.9 -
YUV 48.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 35 56 44 0.37 0 0.21 0.78 145.71 0.23 0.18
Hex 23 38 2C 25 0 15 4E 92 17 12
Octal 43 70 54 45 0 25 116 222 27 22
Binary 100011 111000 101100 100101 0 10101 1001110 10010010 10111 10010

Color Harmonies of #23382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23382C

Black with #23382C

Text Example


Text Example

White with #23382C

Text Example


Text Example

HTML Codes & Css Web 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>