Html Css Color HEX #2D2F37 Ebony

📋 copy color: '#2D2F37'

red 45 ◦ green 47 ◦ blue 55

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

Shades of Ebony #2D2F37

Tints of Ebony #2D2F37

RGB

 RED value IS 45 (17.97% from 255) = 30.61%

 GREEN value IS 47 (18.75% from 255) = 31.97%

 BLUE value IS 55 (21.88% from 255) = 37.41%

R = 30.61%
G = 31.97%
B = 37.41%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D2F37 (or 0x2D2F37) is known color: Ebony. HEX triplet: 2D, 2F and 37. RGB value is (45,47,55). Sum of RGB (Red+Green+Blue) = 45+47+55=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2F37 is #D2D0C8. Grayscale: #2F2F2F. Windows color (decimal): -13816009 or 3616557. OLE color: 3616557.

HSL color Cylindrical-coordinate representation of color #2D2F37: hue angle of 228º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2F37 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 47 55 -
CMYK 0.18 0.15 0 0.78
HSL 228º 0.1% 0.2% -
HSV(B) 228º 0.18% 0.22% -
XYZ 2.79 2.87 4.02 -
YUV 47.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 45 47 55 0.18 0.15 0 0.78 228 0.1 0.2
Hex 2D 2F 37 12 F 0 4E E4 A 14
Octal 55 57 67 22 17 0 116 344 12 24
Binary 101101 101111 110111 10010 1111 0 1001110 11100100 1010 10100

Color Harmonies of #2D2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2F37

Black with #2D2F37

Text Example


Text Example

White with #2D2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D2F37; }

 p { color: rgb(45,47,55); }

 H1.HeaderClassName
 {
   color: #2D2F37;
 }
 .AnyTagClassName
 {
   color: #2D2F37;
 }
</style>

background-color css

<style>
 a { background-color: #2D2F37; }

 a { background-color: rgb(45,47,55); }

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

border-color css

<style>
 span { border-color: #2D2F37; }

 span { border-color: rgb(45,47,55); }

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