Html Css Color HEX #304143 Outer Space

📋 copy color: '#304143'

red 48 ◦ green 65 ◦ blue 67

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

Shades of Outer Space #304143

Tints of Outer Space #304143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.11%

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 26.67%
G = 36.11%
B = 37.22%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#304143 (or 0x304143) is known color: Outer Space. HEX triplet: 30, 41 and 43. RGB value is (48,65,67). Sum of RGB (Red+Green+Blue) = 48+65+67=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #304143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304143 is #CFBEBC. Grayscale: #3C3C3C. Windows color (decimal): -13614781 or 4407600. OLE color: 4407600.

HSL color Cylindrical-coordinate representation of color #304143: hue angle of 186.32º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304143 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 65 67 -
CMYK 0.28 0.03 0 0.74
HSL 186.32º 0.17% 0.23% -
HSV(B) 186.32º 0.28% 0.26% -
XYZ 4.12 4.81 6.02 -
YUV 60.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 48 65 67 0.28 0.03 0 0.74 186.32 0.17 0.23
Hex 30 41 43 1C 3 0 4A BA 11 17
Octal 60 101 103 34 3 0 112 272 21 27
Binary 110000 1000001 1000011 11100 11 0 1001010 10111010 10001 10111

Color Harmonies of #304143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304143

Black with #304143

Text Example


Text Example

White with #304143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304143; }

 p { color: rgb(48,65,67); }

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

background-color css

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

 a { background-color: rgb(48,65,67); }

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

border-color css

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

 span { border-color: rgb(48,65,67); }

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