Html Css Color HEX #282D38 Ebony

📋 copy color: '#282D38'

red 40 ◦ green 45 ◦ blue 56

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

Shades of Ebony #282D38

Tints of Ebony #282D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.91%

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

R = 28.37%
G = 31.91%
B = 39.72%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#282D38 (or 0x282D38) is known color: Ebony. HEX triplet: 28, 2D and 38. RGB value is (40,45,56). Sum of RGB (Red+Green+Blue) = 40+45+56=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #282D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D38 is #D7D2C7. Grayscale: #2C2C2C. Windows color (decimal): -14144200 or 3681576. OLE color: 3681576.

HSL color Cylindrical-coordinate representation of color #282D38: hue angle of 221.25º 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 #282D38 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 45 56 -
CMYK 0.29 0.20 0 0.78
HSL 221.25º 0.17% 0.19% -
HSV(B) 221.25º 0.29% 0.22% -
XYZ 2.53 2.61 4.11 -
YUV 44.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 40 45 56 0.29 0.20 0 0.78 221.25 0.17 0.19
Hex 28 2D 38 1D 14 0 4E DD 11 13
Octal 50 55 70 35 24 0 116 335 21 23
Binary 101000 101101 111000 11101 10100 0 1001110 11011101 10001 10011

Color Harmonies of #282D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282D38

Black with #282D38

Text Example


Text Example

White with #282D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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