Html Css Color HEX #28312C Holly

📋 copy color: '#28312C'

red 40 ◦ green 49 ◦ blue 44

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

Shades of Holly #28312C

Tints of Holly #28312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

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

R = 30.08%
G = 36.84%
B = 33.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#28312C (or 0x28312C) is known color: Holly. HEX triplet: 28, 31 and 2C. RGB value is (40,49,44). Sum of RGB (Red+Green+Blue) = 40+49+44=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #28312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312C is #D7CED3. Grayscale: #2D2D2D. Windows color (decimal): -14143188 or 2896168. OLE color: 2896168.

HSL color Cylindrical-coordinate representation of color #28312C: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312C is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 44 -
CMYK 0.18 0 0.10 0.81
HSL 146.67º 0.1% 0.17% -
HSV(B) 146.67º 0.18% 0.19% -
XYZ 2.43 2.83 2.8 -
YUV 45.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 40 49 44 0.18 0 0.10 0.81 146.67 0.1 0.17
Hex 28 31 2C 12 0 A 51 93 A 11
Octal 50 61 54 22 0 12 121 223 12 21
Binary 101000 110001 101100 10010 0 1010 1010001 10010011 1010 10001

Color Harmonies of #28312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28312C

Black with #28312C

Text Example


Text Example

White with #28312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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