Html Css Color HEX #38301C Mikado

📋 copy color: '#38301C'

red 56 ◦ green 48 ◦ blue 28

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

Shades of Mikado #38301C

Tints of Mikado #38301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 42.42%
G = 36.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38301C (or 0x38301C) is known color: Mikado. HEX triplet: 38, 30 and 1C. RGB value is (56,48,28). Sum of RGB (Red+Green+Blue) = 56+48+28=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #38301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38301C is #C7CFE3. Grayscale: #303030. Windows color (decimal): -13094884 or 1847352. OLE color: 1847352.

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

Color convert

RGB 56 48 28 -
CMYK 0 0.14 0.50 0.78
HSL 42.86º 0.33% 0.16% -
HSV(B) 42.86º 0.5% 0.22% -
XYZ 2.9 3.04 1.53 -
YUV 48.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 56 48 28 0 0.14 0.50 0.78 42.86 0.33 0.16
Hex 38 30 1C 0 E 32 4E 2B 21 10
Octal 70 60 34 0 16 62 116 53 41 20
Binary 111000 110000 11100 0 1110 110010 1001110 101011 100001 10000

Color Harmonies of #38301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38301C

Black with #38301C

Text Example


Text Example

White with #38301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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