Html Css Color HEX #282E38 Ebony

📋 copy color: '#282E38'

red 40 ◦ green 46 ◦ blue 56

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

Shades of Ebony #282E38

Tints of Ebony #282E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.39%

 BLUE value IS 56 (22.27% from 255) = 39.44%

R = 28.17%
G = 32.39%
B = 39.44%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#282E38 (or 0x282E38) is known color: Ebony. HEX triplet: 28, 2E and 38. RGB value is (40,46,56). Sum of RGB (Red+Green+Blue) = 40+46+56=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #282E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E38 is #D7D1C7. Grayscale: #2D2D2D. Windows color (decimal): -14143944 or 3681832. OLE color: 3681832.

HSL color Cylindrical-coordinate representation of color #282E38: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #282E38 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 46 56 -
CMYK 0.29 0.18 0 0.78
HSL 217.5º 0.17% 0.19% -
HSV(B) 217.5º 0.29% 0.22% -
XYZ 2.57 2.69 4.13 -
YUV 45.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 40 46 56 0.29 0.18 0 0.78 217.5 0.17 0.19
Hex 28 2E 38 1D 12 0 4E DA 11 13
Octal 50 56 70 35 22 0 116 332 21 23
Binary 101000 101110 111000 11101 10010 0 1001110 11011010 10001 10011

Color Harmonies of #282E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282E38

Black with #282E38

Text Example


Text Example

White with #282E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282E38; }

 p { color: rgb(40,46,56); }

 H1.HeaderClassName
 {
   color: #282E38;
 }
 .AnyTagClassName
 {
   color: #282E38;
 }
</style>

background-color css

<style>
 a { background-color: #282E38; }

 a { background-color: rgb(40,46,56); }

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

border-color css

<style>
 span { border-color: #282E38; }

 span { border-color: rgb(40,46,56); }

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