Html Css Color HEX #23382B Holly

📋 copy color: '#23382B'

red 35 ◦ green 56 ◦ blue 43

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

Shades of Holly #23382B

Tints of Holly #23382B

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

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 35 56 43 -
CMYK 0.37 0 0.23 0.78
HSL 142.86º 0.23% 0.18% -
HSV(B) 142.86º 0.38% 0.22% -
XYZ 2.54 3.36 2.8 -
YUV 48.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 35 56 43 0.37 0 0.23 0.78 142.86 0.23 0.18
Hex 23 38 2B 25 0 17 4E 8F 17 12
Octal 43 70 53 45 0 27 116 217 27 22
Binary 100011 111000 101011 100101 0 10111 1001110 10001111 10111 10010

Color Harmonies of #23382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23382B

Black with #23382B

Text Example


Text Example

White with #23382B

Text Example


Text Example

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