Html Css Color HEX #252C38 Ebony

📋 copy color: '#252C38'

red 37 ◦ green 44 ◦ blue 56

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

Shades of Ebony #252C38

Tints of Ebony #252C38

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 44 (17.58% from 255) = 32.12%

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

R = 27.01%
G = 32.12%
B = 40.88%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252C38 (or 0x252C38) is known color: Ebony. HEX triplet: 25, 2C and 38. RGB value is (37,44,56). Sum of RGB (Red+Green+Blue) = 37+44+56=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #252C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C38 is #DAD3C7. Grayscale: #2B2B2B. Windows color (decimal): -14341064 or 3681317. OLE color: 3681317.

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

Color convert

RGB 37 44 56 -
CMYK 0.34 0.21 0 0.78
HSL 217.89º 0.2% 0.18% -
HSV(B) 217.89º 0.34% 0.22% -
XYZ 2.38 2.48 4.09 -
YUV 43.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 37 44 56 0.34 0.21 0 0.78 217.89 0.2 0.18
Hex 25 2C 38 22 15 0 4E DA 14 12
Octal 45 54 70 42 25 0 116 332 24 22
Binary 100101 101100 111000 100010 10101 0 1001110 11011010 10100 10010

Color Harmonies of #252C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C38

Black with #252C38

Text Example


Text Example

White with #252C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C38; }

 p { color: rgb(37,44,56); }

 H1.HeaderClassName
 {
   color: #252C38;
 }
 .AnyTagClassName
 {
   color: #252C38;
 }
</style>

background-color css

<style>
 a { background-color: #252C38; }

 a { background-color: rgb(37,44,56); }

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

border-color css

<style>
 span { border-color: #252C38; }

 span { border-color: rgb(37,44,56); }

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