Html Css Color HEX #303D40 Outer Space

📋 copy color: '#303D40'

red 48 ◦ green 61 ◦ blue 64

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

Shades of Outer Space #303D40

Tints of Outer Space #303D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 27.75%
G = 35.26%
B = 36.99%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303D40 (or 0x303D40) is known color: Outer Space. HEX triplet: 30, 3D and 40. RGB value is (48,61,64). Sum of RGB (Red+Green+Blue) = 48+61+64=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #303D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D40 is #CFC2BF. Grayscale: #393939. Windows color (decimal): -13615808 or 4209968. OLE color: 4209968.

HSL color Cylindrical-coordinate representation of color #303D40: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303D40 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 61 64 -
CMYK 0.25 0.05 0 0.75
HSL 191.25º 0.14% 0.22% -
HSV(B) 191.25º 0.25% 0.25% -
XYZ 3.81 4.34 5.49 -
YUV 57.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 48 61 64 0.25 0.05 0 0.75 191.25 0.14 0.22
Hex 30 3D 40 19 5 0 4B BF E 16
Octal 60 75 100 31 5 0 113 277 16 26
Binary 110000 111101 1000000 11001 101 0 1001011 10111111 1110 10110

Color Harmonies of #303D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D40

Black with #303D40

Text Example


Text Example

White with #303D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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