Html Css Color HEX #130C0A Black

📋 copy color: '#130C0A'

red 19 ◦ green 12 ◦ blue 10

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

Shades of Black #130C0A

Tints of Black #130C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 29.27%

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 46.34%
G = 29.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#130C0A (or 0x130C0A) is known color: Black. HEX triplet: 13, 0C and 0A. RGB value is (19,12,10). Sum of RGB (Red+Green+Blue) = 19+12+10=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0A is #ECF3F5. Grayscale: #0D0D0D. Windows color (decimal): -15528950 or 658451. OLE color: 658451.

HSL color Cylindrical-coordinate representation of color #130C0A: hue angle of 13.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130C0A is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 12 10 -
CMYK 0 0.37 0.47 0.93
HSL 13.33º 0.31% 0.06% -
HSV(B) 13.33º 0.47% 0.07% -
XYZ 0.45 0.42 0.34 -
YUV 13.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 19 12 10 0 0.37 0.47 0.93 13.33 0.31 0.06
Hex 13 C A 0 25 2F 5D D 1F 6
Octal 23 14 12 0 45 57 135 15 37 6
Binary 10011 1100 1010 0 100101 101111 1011101 1101 11111 110

Color Harmonies of #130C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C0A

Black with #130C0A

Text Example


Text Example

White with #130C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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