Html Css Color HEX #303135 Ebony

📋 copy color: '#303135'

red 48 ◦ green 49 ◦ blue 53

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

Shades of Ebony #303135

Tints of Ebony #303135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 32%
G = 32.67%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#303135 (or 0x303135) is known color: Ebony. HEX triplet: 30, 31 and 35. RGB value is (48,49,53). Sum of RGB (Red+Green+Blue) = 48+49+53=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 53 - color contains mainly: blue. Hex color #303135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303135 is #CFCECA. Grayscale: #313131. Windows color (decimal): -13618891 or 3486000. OLE color: 3486000.

HSL color Cylindrical-coordinate representation of color #303135: hue angle of 228º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303135 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 49 53 -
CMYK 0.09 0.08 0 0.79
HSL 228º 0.05% 0.2% -
HSV(B) 228º 0.09% 0.21% -
XYZ 2.96 3.08 3.81 -
YUV 49.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 48 49 53 0.09 0.08 0 0.79 228 0.05 0.2
Hex 30 31 35 9 8 0 4F E4 5 14
Octal 60 61 65 11 10 0 117 344 5 24
Binary 110000 110001 110101 1001 1000 0 1001111 11100100 101 10100

Color Harmonies of #303135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303135

Black with #303135

Text Example


Text Example

White with #303135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303135; }

 p { color: rgb(48,49,53); }

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

background-color css

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

 a { background-color: rgb(48,49,53); }

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

border-color css

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

 span { border-color: rgb(48,49,53); }

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