Html Css Color HEX #38483F Goblin

📋 copy color: '#38483F'

red 56 ◦ green 72 ◦ blue 63

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

Shades of Goblin #38483F

Tints of Goblin #38483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 63 (25% from 255) = 32.98%

R = 29.32%
G = 37.7%
B = 32.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#38483F (or 0x38483F) is known color: Goblin. HEX triplet: 38, 48 and 3F. RGB value is (56,72,63). Sum of RGB (Red+Green+Blue) = 56+72+63=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #38483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38483F is #C7B7C0. Grayscale: #424242. Windows color (decimal): -13088705 or 4147256. OLE color: 4147256.

HSL color Cylindrical-coordinate representation of color #38483F: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #38483F is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 63 -
CMYK 0.22 0 0.12 0.72
HSL 146.25º 0.13% 0.25% -
HSV(B) 146.25º 0.22% 0.28% -
XYZ 4.85 5.83 5.57 -
YUV 66.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 56 72 63 0.22 0 0.12 0.72 146.25 0.13 0.25
Hex 38 48 3F 16 0 C 48 92 C 19
Octal 70 110 77 26 0 14 110 222 14 31
Binary 111000 1001000 111111 10110 0 1100 1001000 10010010 1100 11001

Color Harmonies of #38483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38483F

Black with #38483F

Text Example


Text Example

White with #38483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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