Html Css Color HEX #282B31 Ebony

📋 copy color: '#282B31'

red 40 ◦ green 43 ◦ blue 49

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

Shades of Ebony #282B31

Tints of Ebony #282B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

 BLUE value IS 49 (19.53% from 255) = 37.12%

R = 30.3%
G = 32.58%
B = 37.12%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#282B31 (or 0x282B31) is known color: Ebony. HEX triplet: 28, 2B and 31. RGB value is (40,43,49). Sum of RGB (Red+Green+Blue) = 40+43+49=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #282B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B31 is #D7D4CE. Grayscale: #2A2A2A. Windows color (decimal): -14144719 or 3222312. OLE color: 3222312.

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

Color convert

RGB 40 43 49 -
CMYK 0.18 0.12 0 0.81
HSL 220º 0.1% 0.17% -
HSV(B) 220º 0.18% 0.19% -
XYZ 2.29 2.4 3.25 -
YUV 42.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 40 43 49 0.18 0.12 0 0.81 220 0.1 0.17
Hex 28 2B 31 12 C 0 51 DC A 11
Octal 50 53 61 22 14 0 121 334 12 21
Binary 101000 101011 110001 10010 1100 0 1010001 11011100 1010 10001

Color Harmonies of #282B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282B31

Black with #282B31

Text Example


Text Example

White with #282B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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