Html Css Color HEX #28332C Holly

📋 copy color: '#28332C'

red 40 ◦ green 51 ◦ blue 44

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

Shades of Holly #28332C

Tints of Holly #28332C

RGB

 RED value IS 40 (16.02% from 255) = 29.63%

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

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 29.63%
G = 37.78%
B = 32.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#28332C (or 0x28332C) is known color: Holly. HEX triplet: 28, 33 and 2C. RGB value is (40,51,44). Sum of RGB (Red+Green+Blue) = 40+51+44=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #28332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332C is #D7CCD3. Grayscale: #2E2E2E. Windows color (decimal): -14142676 or 2896680. OLE color: 2896680.

HSL color Cylindrical-coordinate representation of color #28332C: hue angle of 141.82º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28332C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 40 51 44 -
CMYK 0.22 0 0.14 0.8
HSL 141.82º 0.12% 0.18% -
HSV(B) 141.82º 0.22% 0.2% -
XYZ 2.51 3 2.83 -
YUV 46.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 40 51 44 0.22 0 0.14 0.8 141.82 0.12 0.18
Hex 28 33 2C 16 0 E 50 8E C 12
Octal 50 63 54 26 0 16 120 216 14 22
Binary 101000 110011 101100 10110 0 1110 1010000 10001110 1100 10010

Color Harmonies of #28332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28332C

Black with #28332C

Text Example


Text Example

White with #28332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28332C; }

 p { color: rgb(40,51,44); }

 H1.HeaderClassName
 {
   color: #28332C;
 }
 .AnyTagClassName
 {
   color: #28332C;
 }
</style>

background-color css

<style>
 a { background-color: #28332C; }

 a { background-color: rgb(40,51,44); }

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

border-color css

<style>
 span { border-color: #28332C; }

 span { border-color: rgb(40,51,44); }

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