Html Css Color HEX #384142 Outer Space

📋 copy color: '#384142'

red 56 ◦ green 65 ◦ blue 66

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

Shades of Outer Space #384142

Tints of Outer Space #384142

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

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

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

R = 29.95%
G = 34.76%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#384142 (or 0x384142) is known color: Outer Space. HEX triplet: 38, 41 and 42. RGB value is (56,65,66). Sum of RGB (Red+Green+Blue) = 56+65+66=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #384142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384142 is #C7BEBD. Grayscale: #3E3E3E. Windows color (decimal): -13090494 or 4342072. OLE color: 4342072.

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

Color convert

RGB 56 65 66 -
CMYK 0.15 0.02 0 0.74
HSL 186º 0.08% 0.24% -
HSV(B) 186º 0.15% 0.26% -
XYZ 4.5 5.01 5.88 -
YUV 62.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 56 65 66 0.15 0.02 0 0.74 186 0.08 0.24
Hex 38 41 42 F 2 0 4A BA 8 18
Octal 70 101 102 17 2 0 112 272 10 30
Binary 111000 1000001 1000010 1111 10 0 1001010 10111010 1000 11000

Color Harmonies of #384142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384142

Black with #384142

Text Example


Text Example

White with #384142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384142; }

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

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

background-color css

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

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

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

border-color css

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

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

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