Html Css Color HEX #130D01 Maire

📋 copy color: '#130D01'

red 19 ◦ green 13 ◦ blue 1

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

Shades of Maire #130D01

Tints of Maire #130D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 39.39%

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

R = 57.58%
G = 39.39%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#130D01 (or 0x130D01) is known color: Maire. HEX triplet: 13, 0D and 01. RGB value is (19,13,1). Sum of RGB (Red+Green+Blue) = 19+13+1=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D01 is #ECF2FE. Grayscale: #0D0D0D. Windows color (decimal): -15528703 or 68883. OLE color: 68883.

HSL color Cylindrical-coordinate representation of color #130D01: hue angle of 40º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130D01 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 13 1 -
CMYK 0 0.32 0.95 0.93
HSL 40º 0.9% 0.04% -
HSV(B) 40º 0.95% 0.07% -
XYZ 0.42 0.43 0.09 -
YUV 13.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 19 13 1 0 0.32 0.95 0.93 40 0.9 0.04
Hex 13 D 1 0 20 5F 5D 28 5A 4
Octal 23 15 1 0 40 137 135 50 132 4
Binary 10011 1101 1 0 100000 1011111 1011101 101000 1011010 100

Color Harmonies of #130D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D01

Black with #130D01

Text Example


Text Example

White with #130D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130D01; }

 p { color: rgb(19,13,1); }

 H1.HeaderClassName
 {
   color: #130D01;
 }
 .AnyTagClassName
 {
   color: #130D01;
 }
</style>

background-color css

<style>
 a { background-color: #130D01; }

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

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

border-color css

<style>
 span { border-color: #130D01; }

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

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