Html Css Color HEX #303238 Ebony

📋 copy color: '#303238'

red 48 ◦ green 50 ◦ blue 56

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

Shades of Ebony #303238

Tints of Ebony #303238

RGB

 RED value IS 48 (19.14% from 255) = 31.17%

 GREEN value IS 50 (19.92% from 255) = 32.47%

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

R = 31.17%
G = 32.47%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#303238 (or 0x303238) is known color: Ebony. HEX triplet: 30, 32 and 38. RGB value is (48,50,56). Sum of RGB (Red+Green+Blue) = 48+50+56=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #303238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303238 is #CFCDC7. Grayscale: #323232. Windows color (decimal): -13618632 or 3682864. OLE color: 3682864.

HSL color Cylindrical-coordinate representation of color #303238: hue angle of 225º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303238 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 50 56 -
CMYK 0.14 0.11 0 0.78
HSL 225º 0.08% 0.2% -
HSV(B) 225º 0.14% 0.22% -
XYZ 3.07 3.2 4.2 -
YUV 50.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 48 50 56 0.14 0.11 0 0.78 225 0.08 0.2
Hex 30 32 38 E B 0 4E E1 8 14
Octal 60 62 70 16 13 0 116 341 10 24
Binary 110000 110010 111000 1110 1011 0 1001110 11100001 1000 10100

Color Harmonies of #303238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303238

Black with #303238

Text Example


Text Example

White with #303238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303238; }

 p { color: rgb(48,50,56); }

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

background-color css

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

 a { background-color: rgb(48,50,56); }

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

border-color css

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

 span { border-color: rgb(48,50,56); }

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