Html Css Color HEX #28303C Ebony

📋 copy color: '#28303C'

red 40 ◦ green 48 ◦ blue 60

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

Shades of Ebony #28303C

Tints of Ebony #28303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 27.03%
G = 32.43%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28303C (or 0x28303C) is known color: Ebony. HEX triplet: 28, 30 and 3C. RGB value is (40,48,60). Sum of RGB (Red+Green+Blue) = 40+48+60=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #28303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28303C is #D7CFC3. Grayscale: #2E2E2E. Windows color (decimal): -14143428 or 3944488. OLE color: 3944488.

HSL color Cylindrical-coordinate representation of color #28303C: hue angle of 216º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #28303C is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 48 60 -
CMYK 0.33 0.20 0 0.76
HSL 216º 0.2% 0.2% -
HSV(B) 216º 0.33% 0.24% -
XYZ 2.75 2.89 4.69 -
YUV 46.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 40 48 60 0.33 0.20 0 0.76 216 0.2 0.2
Hex 28 30 3C 21 14 0 4C D8 14 14
Octal 50 60 74 41 24 0 114 330 24 24
Binary 101000 110000 111100 100001 10100 0 1001100 11011000 10100 10100

Color Harmonies of #28303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28303C

Black with #28303C

Text Example


Text Example

White with #28303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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