Html Css Color HEX #3F381B Mikado

📋 copy color: '#3F381B'

red 63 ◦ green 56 ◦ blue 27

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

Shades of Mikado #3F381B

Tints of Mikado #3F381B

RGB

 RED value IS 63 (25% from 255) = 43.15%

 GREEN value IS 56 (22.27% from 255) = 38.36%

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 43.15%
G = 38.36%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F381B (or 0x3F381B) is known color: Mikado. HEX triplet: 3F, 38 and 1B. RGB value is (63,56,27). Sum of RGB (Red+Green+Blue) = 63+56+27=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381B is #C0C7E4. Grayscale: #363636. Windows color (decimal): -12634085 or 1783871. OLE color: 1783871.

HSL color Cylindrical-coordinate representation of color #3F381B: hue angle of 48.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F381B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 27 -
CMYK 0 0.11 0.57 0.75
HSL 48.33º 0.4% 0.18% -
HSV(B) 48.33º 0.57% 0.25% -
XYZ 3.66 3.96 1.61 -
YUV 54.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 63 56 27 0 0.11 0.57 0.75 48.33 0.4 0.18
Hex 3F 38 1B 0 B 39 4B 30 28 12
Octal 77 70 33 0 13 71 113 60 50 22
Binary 111111 111000 11011 0 1011 111001 1001011 110000 101000 10010

Color Harmonies of #3F381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F381B

Black with #3F381B

Text Example


Text Example

White with #3F381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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