Html Css Color HEX #282E3B Ebony

📋 copy color: '#282E3B'

red 40 ◦ green 46 ◦ blue 59

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

Shades of Ebony #282E3B

Tints of Ebony #282E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 27.59%
G = 31.72%
B = 40.69%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#282E3B (or 0x282E3B) is known color: Ebony. HEX triplet: 28, 2E and 3B. RGB value is (40,46,59). Sum of RGB (Red+Green+Blue) = 40+46+59=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #282E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E3B is #D7D1C4. Grayscale: #2D2D2D. Windows color (decimal): -14143941 or 3878440. OLE color: 3878440.

HSL color Cylindrical-coordinate representation of color #282E3B: hue angle of 221.05º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #282E3B is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 46 59 -
CMYK 0.32 0.22 0 0.77
HSL 221.05º 0.19% 0.19% -
HSV(B) 221.05º 0.32% 0.23% -
XYZ 2.64 2.72 4.52 -
YUV 45.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 40 46 59 0.32 0.22 0 0.77 221.05 0.19 0.19
Hex 28 2E 3B 20 16 0 4D DD 13 13
Octal 50 56 73 40 26 0 115 335 23 23
Binary 101000 101110 111011 100000 10110 0 1001101 11011101 10011 10011

Color Harmonies of #282E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282E3B

Black with #282E3B

Text Example


Text Example

White with #282E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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