Html Css Color HEX #130F0D Black

📋 copy color: '#130F0D'

red 19 ◦ green 15 ◦ blue 13

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

Shades of Black #130F0D

Tints of Black #130F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.91%

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 40.43%
G = 31.91%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#130F0D (or 0x130F0D) is known color: Black. HEX triplet: 13, 0F and 0D. RGB value is (19,15,13). Sum of RGB (Red+Green+Blue) = 19+15+13=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0D is #ECF0F2. Grayscale: #0F0F0F. Windows color (decimal): -15528179 or 855827. OLE color: 855827.

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

Color convert

RGB 19 15 13 -
CMYK 0 0.21 0.32 0.93
HSL 20º 0.19% 0.06% -
HSV(B) 20º 0.32% 0.07% -
XYZ 0.51 0.51 0.45 -
YUV 15.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 19 15 13 0 0.21 0.32 0.93 20 0.19 0.06
Hex 13 F D 0 15 20 5D 14 13 6
Octal 23 17 15 0 25 40 135 24 23 6
Binary 10011 1111 1101 0 10101 100000 1011101 10100 10011 110

Color Harmonies of #130F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F0D

Black with #130F0D

Text Example


Text Example

White with #130F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,13); }

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

background-color css

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

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

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

border-color css

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

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

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