Html Css Color HEX #23372B Holly

📋 copy color: '#23372B'

red 35 ◦ green 55 ◦ blue 43

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

Shades of Holly #23372B

Tints of Holly #23372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 26.32%
G = 41.35%
B = 32.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#23372B (or 0x23372B) is known color: Holly. HEX triplet: 23, 37 and 2B. RGB value is (35,55,43). Sum of RGB (Red+Green+Blue) = 35+55+43=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #23372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23372B is #DCC8D4. Grayscale: #2F2F2F. Windows color (decimal): -14469333 or 2832163. OLE color: 2832163.

HSL color Cylindrical-coordinate representation of color #23372B: hue angle of 144º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #23372B is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 55 43 -
CMYK 0.36 0 0.22 0.78
HSL 144º 0.22% 0.18% -
HSV(B) 144º 0.36% 0.22% -
XYZ 2.5 3.26 2.78 -
YUV 47.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 35 55 43 0.36 0 0.22 0.78 144 0.22 0.18
Hex 23 37 2B 24 0 16 4E 90 16 12
Octal 43 67 53 44 0 26 116 220 26 22
Binary 100011 110111 101011 100100 0 10110 1001110 10010000 10110 10010

Color Harmonies of #23372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23372B

Black with #23372B

Text Example


Text Example

White with #23372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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