Html Css Color HEX #13130B Maire

📋 copy color: '#13130B'

red 19 ◦ green 19 ◦ blue 11

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

Shades of Maire #13130B

Tints of Maire #13130B

RGB

 RED value IS 19 (7.81% from 255) = 38.78%

 GREEN value IS 19 (7.81% from 255) = 38.78%

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

R = 38.78%
G = 38.78%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13130B (or 0x13130B) is known color: Maire. HEX triplet: 13, 13 and 0B. RGB value is (19,19,11). Sum of RGB (Red+Green+Blue) = 19+19+11=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130B is #ECECF4. Grayscale: #121212. Windows color (decimal): -15527157 or 725779. OLE color: 725779.

HSL color Cylindrical-coordinate representation of color #13130B: hue angle of 60º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13130B is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 19 11 -
CMYK 0 0 0.42 0.93
HSL 60º 0.27% 0.06% -
HSV(B) 60º 0.42% 0.07% -
XYZ 0.56 0.63 0.41 -
YUV 18.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 19 19 11 0 0 0.42 0.93 60 0.27 0.06
Hex 13 13 B 0 0 2A 5D 3C 1B 6
Octal 23 23 13 0 0 52 135 74 33 6
Binary 10011 10011 1011 0 0 101010 1011101 111100 11011 110

Color Harmonies of #13130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13130B

Black with #13130B

Text Example


Text Example

White with #13130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,19,11); }

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

background-color css

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

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

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

border-color css

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

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

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