Html Css Color HEX #130909 Black

📋 copy color: '#130909'

red 19 ◦ green 9 ◦ blue 9

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

Shades of Black #130909

Tints of Black #130909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 24.32%

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

R = 51.35%
G = 24.32%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130909 (or 0x130909) is known color: Black. HEX triplet: 13, 09 and 09. RGB value is (19,9,9). Sum of RGB (Red+Green+Blue) = 19+9+9=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130909 is #ECF6F6. Grayscale: #0C0C0C. Windows color (decimal): -15529719 or 592147. OLE color: 592147.

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

Color convert

RGB 19 9 9 -
CMYK 0 0.53 0.53 0.93
HSL 0.36% 0.05% -
HSV(B) 0.53% 0.07% -
XYZ 0.42 0.35 0.3 -
YUV 11.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 19 9 9 0 0.53 0.53 0.93 0 0.36 0.05
Hex 13 9 9 0 35 35 5D 0 24 5
Octal 23 11 11 0 65 65 135 0 44 5
Binary 10011 1001 1001 0 110101 110101 1011101 0 100100 101

Color Harmonies of #130909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130909

Black with #130909

Text Example


Text Example

White with #130909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130909; }

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

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

background-color css

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

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

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

border-color css

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

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

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