#130C0C

Color #130C0C Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #130C0C

Tints of Black #130C0C

Color information

#130C0C (or 0x130C0C) is unknown color: approx Black. HEX triplet: 13, 0C and 0C. RGB value is (19,12,12). Sum of RGB (Red+Green+Blue) = 19+12+12=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0C is #ECF3F3. Grayscale: #0E0E0E. Windows color (decimal): -15528948 or 789523. OLE color: 789523.

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

Color convert

RGB191212-
CMYK00.370.370.93
HSL22.58%6.08%-
HSV(B)36.84%7.45%-
XYZ0.470.430.41-
YUV14.09126.82131.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=44.19%
G=27.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121200.370.370.93022.586.08
Hex13CC025255D0176
Octal231414045451350276
Binary100111100110001001011001011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #130C0C;
 }
 .AnyTagClassName
 {
   color: #130C0C;
 }
</style>
background-color css

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

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

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

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

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

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