Html Css Color HEX #28302B Holly

📋 copy color: '#28302B'

red 40 ◦ green 48 ◦ blue 43

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

Shades of Holly #28302B

Tints of Holly #28302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 30.53%
G = 36.64%
B = 32.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#28302B (or 0x28302B) is known color: Holly. HEX triplet: 28, 30 and 2B. RGB value is (40,48,43). Sum of RGB (Red+Green+Blue) = 40+48+43=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #28302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28302B is #D7CFD4. Grayscale: #2D2D2D. Windows color (decimal): -14143445 or 2830376. OLE color: 2830376.

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

Color convert

RGB 40 48 43 -
CMYK 0.17 0 0.10 0.81
HSL 142.5º 0.09% 0.17% -
HSV(B) 142.5º 0.17% 0.19% -
XYZ 2.37 2.74 2.69 -
YUV 45.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 40 48 43 0.17 0 0.10 0.81 142.5 0.09 0.17
Hex 28 30 2B 11 0 A 51 8E 9 11
Octal 50 60 53 21 0 12 121 216 11 21
Binary 101000 110000 101011 10001 0 1010 1010001 10001110 1001 10001

Color Harmonies of #28302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28302B

Black with #28302B

Text Example


Text Example

White with #28302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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