Html Css Color HEX #383018 Mikado

📋 copy color: '#383018'

red 56 ◦ green 48 ◦ blue 24

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

Shades of Mikado #383018

Tints of Mikado #383018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 43.75%
G = 37.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#383018 (or 0x383018) is known color: Mikado. HEX triplet: 38, 30 and 18. RGB value is (56,48,24). Sum of RGB (Red+Green+Blue) = 56+48+24=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #383018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383018 is #C7CFE7. Grayscale: #2F2F2F. Windows color (decimal): -13094888 or 1585208. OLE color: 1585208.

HSL color Cylindrical-coordinate representation of color #383018: hue angle of 45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383018 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 48 24 -
CMYK 0 0.14 0.57 0.78
HSL 45º 0.4% 0.16% -
HSV(B) 45º 0.57% 0.22% -
XYZ 2.85 3.02 1.3 -
YUV 47.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 56 48 24 0 0.14 0.57 0.78 45 0.4 0.16
Hex 38 30 18 0 E 39 4E 2D 28 10
Octal 70 60 30 0 16 71 116 55 50 20
Binary 111000 110000 11000 0 1110 111001 1001110 101101 101000 10000

Color Harmonies of #383018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383018

Black with #383018

Text Example


Text Example

White with #383018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383018; }

 p { color: rgb(56,48,24); }

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

background-color css

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

 a { background-color: rgb(56,48,24); }

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

border-color css

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

 span { border-color: rgb(56,48,24); }

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