Html Css Color HEX #383F40 Outer Space

📋 copy color: '#383F40'

red 56 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #383F40

Tints of Outer Space #383F40

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

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

R = 30.6%
G = 34.43%
B = 34.97%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383F40 (or 0x383F40) is known color: Outer Space. HEX triplet: 38, 3F and 40. RGB value is (56,63,64). Sum of RGB (Red+Green+Blue) = 56+63+64=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: blue. Hex color #383F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F40 is #C7C0BF. Grayscale: #3D3D3D. Windows color (decimal): -13091008 or 4210488. OLE color: 4210488.

HSL color Cylindrical-coordinate representation of color #383F40: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383F40 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 64 -
CMYK 0.13 0.02 0 0.75
HSL 187.5º 0.07% 0.24% -
HSV(B) 187.5º 0.13% 0.25% -
XYZ 4.33 4.77 5.54 -
YUV 61.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 56 63 64 0.13 0.02 0 0.75 187.5 0.07 0.24
Hex 38 3F 40 D 2 0 4B BC 7 18
Octal 70 77 100 15 2 0 113 274 7 30
Binary 111000 111111 1000000 1101 10 0 1001011 10111100 111 11000

Color Harmonies of #383F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F40

Black with #383F40

Text Example


Text Example

White with #383F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F40; }

 p { color: rgb(56,63,64); }

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

background-color css

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

 a { background-color: rgb(56,63,64); }

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

border-color css

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

 span { border-color: rgb(56,63,64); }

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