Html Css Color HEX #130A00 Black

📋 copy color: '#130A00'

red 19 ◦ green 10 ◦ blue 0

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

Shades of Black #130A00

Tints of Black #130A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 34.48%

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

R = 65.52%
G = 34.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#130A00 (or 0x130A00) is known color: Black. HEX triplet: 13, 0A and 00. RGB value is (19,10,0). Sum of RGB (Red+Green+Blue) = 19+10+0=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A00 is #ECF5FF. Grayscale: #0B0B0B. Windows color (decimal): -15529472 or 2579. OLE color: 2579.

HSL color Cylindrical-coordinate representation of color #130A00: hue angle of 31.58º 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 #130A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 10 0 -
CMYK 0 0.47 1 0.93
HSL 31.58º 1% 0.04% -
HSV(B) 31.58º 1% 0.07% -
XYZ 0.38 0.36 0.05 -
YUV 11.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 19 10 0 0 0.47 1 0.93 31.58 1 0.04
Hex 13 A 0 0 2F 64 5D 20 64 4
Octal 23 12 0 0 57 144 135 40 144 4
Binary 10011 1010 0 0 101111 1100100 1011101 100000 1100100 100

Color Harmonies of #130A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A00

Black with #130A00

Text Example


Text Example

White with #130A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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