Html Css Color HEX #3F390B Madras

📋 copy color: '#3F390B'

red 63 ◦ green 57 ◦ blue 11

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

Shades of Madras #3F390B

Tints of Madras #3F390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 48.09%
G = 43.51%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#3F390B (or 0x3F390B) is known color: Madras. HEX triplet: 3F, 39 and 0B. RGB value is (63,57,11). Sum of RGB (Red+Green+Blue) = 63+57+11=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F390B is #C0C6F4. Grayscale: #353535. Windows color (decimal): -12633845 or 735551. OLE color: 735551.

HSL color Cylindrical-coordinate representation of color #3F390B: hue angle of 53.08º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F390B is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 57 11 -
CMYK 0 0.10 0.83 0.75
HSL 53.08º 0.7% 0.15% -
HSV(B) 53.08º 0.83% 0.25% -
XYZ 3.57 4.01 0.9 -
YUV 53.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 63 57 11 0 0.10 0.83 0.75 53.08 0.7 0.15
Hex 3F 39 B 0 A 53 4B 35 46 F
Octal 77 71 13 0 12 123 113 65 106 17
Binary 111111 111001 1011 0 1010 1010011 1001011 110101 1000110 1111

Color Harmonies of #3F390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F390B

Black with #3F390B

Text Example


Text Example

White with #3F390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,11); }

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

background-color css

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

 a { background-color: rgb(63,57,11); }

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

border-color css

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

 span { border-color: rgb(63,57,11); }

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