Html Css Color HEX #130700 Black

📋 copy color: '#130700'

red 19 ◦ green 7 ◦ blue 0

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

Shades of Black #130700

Tints of Black #130700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 26.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.08%
G = 26.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#130700 (or 0x130700) is known color: Black. HEX triplet: 13, 07 and 00. RGB value is (19,7,0). Sum of RGB (Red+Green+Blue) = 19+7+0=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130700 is #ECF8FF. Grayscale: #090909. Windows color (decimal): -15530240 or 1811. OLE color: 1811.

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

Color convert

RGB 19 7 0 -
CMYK 0 0.63 1 0.93
HSL 22.11º 1% 0.04% -
HSV(B) 22.11º 1% 0.07% -
XYZ 0.34 0.29 0.04 -
YUV 9.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 19 7 0 0 0.63 1 0.93 22.11 1 0.04
Hex 13 7 0 0 3F 64 5D 16 64 4
Octal 23 7 0 0 77 144 135 26 144 4
Binary 10011 111 0 0 111111 1100100 1011101 10110 1100100 100

Color Harmonies of #130700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130700

Black with #130700

Text Example


Text Example

White with #130700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130700; }

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

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

background-color css

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

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

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

border-color css

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

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

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