Html Css Color HEX #2C2F35 Ebony

📋 copy color: '#2C2F35'

red 44 ◦ green 47 ◦ blue 53

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

Shades of Ebony #2C2F35

Tints of Ebony #2C2F35

RGB

 RED value IS 44 (17.58% from 255) = 30.56%

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

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 30.56%
G = 32.64%
B = 36.81%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2C2F35 (or 0x2C2F35) is known color: Ebony. HEX triplet: 2C, 2F and 35. RGB value is (44,47,53). Sum of RGB (Red+Green+Blue) = 44+47+53=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #2C2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2F35 is #D3D0CA. Grayscale: #2E2E2E. Windows color (decimal): -13881547 or 3485484. OLE color: 3485484.

HSL color Cylindrical-coordinate representation of color #2C2F35: hue angle of 220º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2C2F35 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 44 47 53 -
CMYK 0.17 0.11 0 0.79
HSL 220º 0.09% 0.19% -
HSV(B) 220º 0.17% 0.21% -
XYZ 2.7 2.83 3.77 -
YUV 46.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 44 47 53 0.17 0.11 0 0.79 220 0.09 0.19
Hex 2C 2F 35 11 B 0 4F DC 9 13
Octal 54 57 65 21 13 0 117 334 11 23
Binary 101100 101111 110101 10001 1011 0 1001111 11011100 1001 10011

Color Harmonies of #2C2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2F35

Black with #2C2F35

Text Example


Text Example

White with #2C2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,47,53); }

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

background-color css

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

 a { background-color: rgb(44,47,53); }

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

border-color css

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

 span { border-color: rgb(44,47,53); }

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