Html Css Color HEX #131007 Maire

📋 copy color: '#131007'

red 19 ◦ green 16 ◦ blue 7

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

Shades of Maire #131007

Tints of Maire #131007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 38.1%

 BLUE value IS 7 (3.13% from 255) = 16.67%

R = 45.24%
G = 38.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#131007 (or 0x131007) is known color: Maire. HEX triplet: 13, 10 and 07. RGB value is (19,16,7). Sum of RGB (Red+Green+Blue) = 19+16+7=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #131007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131007 is #ECEFF8. Grayscale: #0F0F0F. Windows color (decimal): -15527929 or 462867. OLE color: 462867.

HSL color Cylindrical-coordinate representation of color #131007: hue angle of 45º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131007 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 16 7 -
CMYK 0 0.16 0.63 0.93
HSL 45º 0.46% 0.05% -
HSV(B) 45º 0.63% 0.07% -
XYZ 0.49 0.52 0.28 -
YUV 15.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 19 16 7 0 0.16 0.63 0.93 45 0.46 0.05
Hex 13 10 7 0 10 3F 5D 2D 2E 5
Octal 23 20 7 0 20 77 135 55 56 5
Binary 10011 10000 111 0 10000 111111 1011101 101101 101110 101

Color Harmonies of #131007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131007

Black with #131007

Text Example


Text Example

White with #131007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131007; }

 p { color: rgb(19,16,7); }

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

background-color css

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

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

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

border-color css

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

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

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