Html Css Color HEX #41300B Mikado

📋 copy color: '#41300B'

red 65 ◦ green 48 ◦ blue 11

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

Shades of Mikado #41300B

Tints of Mikado #41300B

RGB

 RED value IS 65 (25.78% from 255) = 52.42%

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

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

R = 52.42%
G = 38.71%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41300B (or 0x41300B) is known color: Mikado. HEX triplet: 41, 30 and 0B. RGB value is (65,48,11). Sum of RGB (Red+Green+Blue) = 65+48+11=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41300B is #BECFF4. Grayscale: #313131. Windows color (decimal): -12505077 or 733249. OLE color: 733249.

HSL color Cylindrical-coordinate representation of color #41300B: hue angle of 41.11º degrees, saturation: 0.71, 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 #41300B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 11 -
CMYK 0 0.26 0.83 0.75
HSL 41.11º 0.71% 0.15% -
HSV(B) 41.11º 0.83% 0.25% -
XYZ 3.3 3.26 0.77 -
YUV 48.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 65 48 11 0 0.26 0.83 0.75 41.11 0.71 0.15
Hex 41 30 B 0 1A 53 4B 29 47 F
Octal 101 60 13 0 32 123 113 51 107 17
Binary 1000001 110000 1011 0 11010 1010011 1001011 101001 1000111 1111

Color Harmonies of #41300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41300B

Black with #41300B

Text Example


Text Example

White with #41300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41300B; }

 p { color: rgb(65,48,11); }

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

background-color css

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

 a { background-color: rgb(65,48,11); }

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

border-color css

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

 span { border-color: rgb(65,48,11); }

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