Html Css Color HEX #303D3E Outer Space

📋 copy color: '#303D3E'

red 48 ◦ green 61 ◦ blue 62

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

Shades of Outer Space #303D3E

Tints of Outer Space #303D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.67%

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 28.07%
G = 35.67%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#303D3E (or 0x303D3E) is known color: Outer Space. HEX triplet: 30, 3D and 3E. RGB value is (48,61,62). Sum of RGB (Red+Green+Blue) = 48+61+62=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 62 - color contains mainly: blue. Hex color #303D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3E is #CFC2C1. Grayscale: #393939. Windows color (decimal): -13615810 or 4078896. OLE color: 4078896.

HSL color Cylindrical-coordinate representation of color #303D3E: hue angle of 184.29º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303D3E is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 62 -
CMYK 0.23 0.02 0 0.76
HSL 184.29º 0.13% 0.22% -
HSV(B) 184.29º 0.23% 0.24% -
XYZ 3.76 4.31 5.19 -
YUV 57.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 48 61 62 0.23 0.02 0 0.76 184.29 0.13 0.22
Hex 30 3D 3E 17 2 0 4C B8 D 16
Octal 60 75 76 27 2 0 114 270 15 26
Binary 110000 111101 111110 10111 10 0 1001100 10111000 1101 10110

Color Harmonies of #303D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D3E

Black with #303D3E

Text Example


Text Example

White with #303D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D3E; }

 p { color: rgb(48,61,62); }

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

background-color css

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

 a { background-color: rgb(48,61,62); }

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

border-color css

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

 span { border-color: rgb(48,61,62); }

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