Html Css Color HEX #3F3B01 Madras

📋 copy color: '#3F3B01'

red 63 ◦ green 59 ◦ blue 1

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

Shades of Madras #3F3B01

Tints of Madras #3F3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.97%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 51.22%
G = 47.97%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F3B01 (or 0x3F3B01) is known color: Madras. HEX triplet: 3F, 3B and 01. RGB value is (63,59,1). Sum of RGB (Red+Green+Blue) = 63+59+1=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B01 is #C0C4FE. Grayscale: #353535. Windows color (decimal): -12633343 or 80703. OLE color: 80703.

HSL color Cylindrical-coordinate representation of color #3F3B01: hue angle of 56.13º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3B01 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 59 1 -
CMYK 0 0.06 0.98 0.75
HSL 56.13º 0.97% 0.13% -
HSV(B) 56.13º 0.98% 0.25% -
XYZ 3.62 4.19 0.65 -
YUV 53.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 63 59 1 0 0.06 0.98 0.75 56.13 0.97 0.13
Hex 3F 3B 1 0 6 62 4B 38 61 D
Octal 77 73 1 0 6 142 113 70 141 15
Binary 111111 111011 1 0 110 1100010 1001011 111000 1100001 1101

Color Harmonies of #3F3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B01

Black with #3F3B01

Text Example


Text Example

White with #3F3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,59,1); }

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

background-color css

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

 a { background-color: rgb(63,59,1); }

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

border-color css

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

 span { border-color: rgb(63,59,1); }

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