Html Css Color HEX #304142 Outer Space

📋 copy color: '#304142'

red 48 ◦ green 65 ◦ blue 66

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

Shades of Outer Space #304142

Tints of Outer Space #304142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 26.82%
G = 36.31%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#304142 (or 0x304142) is known color: Outer Space. HEX triplet: 30, 41 and 42. RGB value is (48,65,66). Sum of RGB (Red+Green+Blue) = 48+65+66=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #304142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304142 is #CFBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13614782 or 4342064. OLE color: 4342064.

HSL color Cylindrical-coordinate representation of color #304142: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304142 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 65 66 -
CMYK 0.27 0.02 0 0.74
HSL 183.33º 0.16% 0.22% -
HSV(B) 183.33º 0.27% 0.26% -
XYZ 4.09 4.8 5.87 -
YUV 60.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 48 65 66 0.27 0.02 0 0.74 183.33 0.16 0.22
Hex 30 41 42 1B 2 0 4A B7 10 16
Octal 60 101 102 33 2 0 112 267 20 26
Binary 110000 1000001 1000010 11011 10 0 1001010 10110111 10000 10110

Color Harmonies of #304142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304142

Black with #304142

Text Example


Text Example

White with #304142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304142; }

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

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

background-color css

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

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

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

border-color css

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

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

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