Html Css Color HEX #23362B Holly

📋 copy color: '#23362B'

red 35 ◦ green 54 ◦ blue 43

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

Shades of Holly #23362B

Tints of Holly #23362B

RGB

 RED value IS 35 (14.06% from 255) = 26.52%

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 26.52%
G = 40.91%
B = 32.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#23362B (or 0x23362B) is known color: Holly. HEX triplet: 23, 36 and 2B. RGB value is (35,54,43). Sum of RGB (Red+Green+Blue) = 35+54+43=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #23362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23362B is #DCC9D4. Grayscale: #2F2F2F. Windows color (decimal): -14469589 or 2831907. OLE color: 2831907.

HSL color Cylindrical-coordinate representation of color #23362B: hue angle of 145.26º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #23362B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 54 43 -
CMYK 0.35 0 0.20 0.79
HSL 145.26º 0.21% 0.17% -
HSV(B) 145.26º 0.35% 0.21% -
XYZ 2.45 3.17 2.77 -
YUV 47.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 35 54 43 0.35 0 0.20 0.79 145.26 0.21 0.17
Hex 23 36 2B 23 0 14 4F 91 15 11
Octal 43 66 53 43 0 24 117 221 25 21
Binary 100011 110110 101011 100011 0 10100 1001111 10010001 10101 10001

Color Harmonies of #23362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23362B

Black with #23362B

Text Example


Text Example

White with #23362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23362B;
 }
 .AnyTagClassName
 {
   color: #23362B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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