Html Css Color HEX #130C09 Black

📋 copy color: '#130C09'

red 19 ◦ green 12 ◦ blue 9

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

Shades of Black #130C09

Tints of Black #130C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 22.5%

R = 47.5%
G = 30%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130C09 (or 0x130C09) is known color: Black. HEX triplet: 13, 0C and 09. RGB value is (19,12,9). Sum of RGB (Red+Green+Blue) = 19+12+9=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C09 is #ECF3F6. Grayscale: #0D0D0D. Windows color (decimal): -15528951 or 592915. OLE color: 592915.

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

Color convert

RGB 19 12 9 -
CMYK 0 0.37 0.53 0.93
HSL 18º 0.36% 0.05% -
HSV(B) 18º 0.53% 0.07% -
XYZ 0.45 0.42 0.32 -
YUV 13.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 19 12 9 0 0.37 0.53 0.93 18 0.36 0.05
Hex 13 C 9 0 25 35 5D 12 24 5
Octal 23 14 11 0 45 65 135 22 44 5
Binary 10011 1100 1001 0 100101 110101 1011101 10010 100100 101

Color Harmonies of #130C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C09

Black with #130C09

Text Example


Text Example

White with #130C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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