Html Css Color HEX #28303E Ebony

📋 copy color: '#28303E'

red 40 ◦ green 48 ◦ blue 62

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

Shades of Ebony #28303E

Tints of Ebony #28303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.33%

R = 26.67%
G = 32%
B = 41.33%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28303E (or 0x28303E) is known color: Ebony. HEX triplet: 28, 30 and 3E. RGB value is (40,48,62). Sum of RGB (Red+Green+Blue) = 40+48+62=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #28303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28303E is #D7CFC1. Grayscale: #2F2F2F. Windows color (decimal): -14143426 or 4075560. OLE color: 4075560.

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

Color convert

RGB 40 48 62 -
CMYK 0.35 0.23 0 0.76
HSL 218.18º 0.22% 0.2% -
HSV(B) 218.18º 0.35% 0.24% -
XYZ 2.8 2.91 4.97 -
YUV 47.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 40 48 62 0.35 0.23 0 0.76 218.18 0.22 0.2
Hex 28 30 3E 23 17 0 4C DA 16 14
Octal 50 60 76 43 27 0 114 332 26 24
Binary 101000 110000 111110 100011 10111 0 1001100 11011010 10110 10100

Color Harmonies of #28303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28303E

Black with #28303E

Text Example


Text Example

White with #28303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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