Html Css Color HEX #383113 Mikado

📋 copy color: '#383113'

red 56 ◦ green 49 ◦ blue 19

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

Shades of Mikado #383113

Tints of Mikado #383113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 45.16%
G = 39.52%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383113 (or 0x383113) is known color: Mikado. HEX triplet: 38, 31 and 13. RGB value is (56,49,19). Sum of RGB (Red+Green+Blue) = 56+49+19=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #383113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383113 is #C7CEEC. Grayscale: #2F2F2F. Windows color (decimal): -13094637 or 1257784. OLE color: 1257784.

HSL color Cylindrical-coordinate representation of color #383113: hue angle of 48.65º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383113 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 19 -
CMYK 0 0.12 0.66 0.78
HSL 48.65º 0.49% 0.15% -
HSV(B) 48.65º 0.66% 0.22% -
XYZ 2.85 3.08 1.06 -
YUV 47.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 56 49 19 0 0.12 0.66 0.78 48.65 0.49 0.15
Hex 38 31 13 0 C 42 4E 31 31 F
Octal 70 61 23 0 14 102 116 61 61 17
Binary 111000 110001 10011 0 1100 1000010 1001110 110001 110001 1111

Color Harmonies of #383113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383113

Black with #383113

Text Example


Text Example

White with #383113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383113; }

 p { color: rgb(56,49,19); }

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

background-color css

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

 a { background-color: rgb(56,49,19); }

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

border-color css

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

 span { border-color: rgb(56,49,19); }

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