Html Css Color HEX #28312B Holly

📋 copy color: '#28312B'

red 40 ◦ green 49 ◦ blue 43

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

Shades of Holly #28312B

Tints of Holly #28312B

RGB

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

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

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

R = 30.3%
G = 37.12%
B = 32.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#28312B (or 0x28312B) is known color: Holly. HEX triplet: 28, 31 and 2B. RGB value is (40,49,43). Sum of RGB (Red+Green+Blue) = 40+49+43=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #28312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312B is #D7CED4. Grayscale: #2D2D2D. Windows color (decimal): -14143189 or 2830632. OLE color: 2830632.

HSL color Cylindrical-coordinate representation of color #28312B: hue angle of 140º 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 #28312B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 43 -
CMYK 0.18 0 0.12 0.81
HSL 140º 0.1% 0.17% -
HSV(B) 140º 0.18% 0.19% -
XYZ 2.41 2.82 2.7 -
YUV 45.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 40 49 43 0.18 0 0.12 0.81 140 0.1 0.17
Hex 28 31 2B 12 0 C 51 8C A 11
Octal 50 61 53 22 0 14 121 214 12 21
Binary 101000 110001 101011 10010 0 1100 1010001 10001100 1010 10001

Color Harmonies of #28312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28312B

Black with #28312B

Text Example


Text Example

White with #28312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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