Html Css Color HEX #23332A Holly

📋 copy color: '#23332A'

red 35 ◦ green 51 ◦ blue 42

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

Shades of Holly #23332A

Tints of Holly #23332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.84%

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

R = 27.34%
G = 39.84%
B = 32.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#23332A (or 0x23332A) is known color: Holly. HEX triplet: 23, 33 and 2A. RGB value is (35,51,42). Sum of RGB (Red+Green+Blue) = 35+51+42=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #23332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23332A is #DCCCD5. Grayscale: #2D2D2D. Windows color (decimal): -14470358 or 2765603. OLE color: 2765603.

HSL color Cylindrical-coordinate representation of color #23332A: hue angle of 146.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #23332A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 35 51 42 -
CMYK 0.31 0 0.18 0.8
HSL 146.25º 0.19% 0.17% -
HSV(B) 146.25º 0.31% 0.2% -
XYZ 2.29 2.89 2.63 -
YUV 45.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 35 51 42 0.31 0 0.18 0.8 146.25 0.19 0.17
Hex 23 33 2A 1F 0 12 50 92 13 11
Octal 43 63 52 37 0 22 120 222 23 21
Binary 100011 110011 101010 11111 0 10010 1010000 10010010 10011 10001

Color Harmonies of #23332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23332A

Black with #23332A

Text Example


Text Example

White with #23332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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