Html Css Color HEX #303435 Outer Space

📋 copy color: '#303435'

red 48 ◦ green 52 ◦ blue 53

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

Shades of Outer Space #303435

Tints of Outer Space #303435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

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

R = 31.37%
G = 33.99%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#303435 (or 0x303435) is known color: Outer Space. HEX triplet: 30, 34 and 35. RGB value is (48,52,53). Sum of RGB (Red+Green+Blue) = 48+52+53=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 53 - color contains mainly: blue. Hex color #303435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303435 is #CFCBCA. Grayscale: #323232. Windows color (decimal): -13618123 or 3486768. OLE color: 3486768.

HSL color Cylindrical-coordinate representation of color #303435: hue angle of 192º 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 #303435 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 52 53 -
CMYK 0.09 0.02 0 0.79
HSL 192º 0.05% 0.2% -
HSV(B) 192º 0.09% 0.21% -
XYZ 3.09 3.34 3.85 -
YUV 50.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 48 52 53 0.09 0.02 0 0.79 192 0.05 0.2
Hex 30 34 35 9 2 0 4F C0 5 14
Octal 60 64 65 11 2 0 117 300 5 24
Binary 110000 110100 110101 1001 10 0 1001111 11000000 101 10100

Color Harmonies of #303435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303435

Black with #303435

Text Example


Text Example

White with #303435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303435; }

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

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

background-color css

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

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

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

border-color css

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

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

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