Html Css Color HEX #23362A Holly

📋 copy color: '#23362A'

red 35 ◦ green 54 ◦ blue 42

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

Shades of Holly #23362A

Tints of Holly #23362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.06%

R = 26.72%
G = 41.22%
B = 32.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#23362A (or 0x23362A) is known color: Holly. HEX triplet: 23, 36 and 2A. RGB value is (35,54,42). Sum of RGB (Red+Green+Blue) = 35+54+42=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #23362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23362A is #DCC9D5. Grayscale: #2E2E2E. Windows color (decimal): -14469590 or 2766371. OLE color: 2766371.

HSL color Cylindrical-coordinate representation of color #23362A: hue angle of 142.11º 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 #23362A is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 54 42 -
CMYK 0.35 0 0.22 0.79
HSL 142.11º 0.21% 0.17% -
HSV(B) 142.11º 0.35% 0.21% -
XYZ 2.43 3.16 2.67 -
YUV 46.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 35 54 42 0.35 0 0.22 0.79 142.11 0.21 0.17
Hex 23 36 2A 23 0 16 4F 8E 15 11
Octal 43 66 52 43 0 26 117 216 25 21
Binary 100011 110110 101010 100011 0 10110 1001111 10001110 10101 10001

Color Harmonies of #23362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23362A

Black with #23362A

Text Example


Text Example

White with #23362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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