Html Css Color HEX #130900 Black

📋 copy color: '#130900'

red 19 ◦ green 9 ◦ blue 0

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

Shades of Black #130900

Tints of Black #130900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.86%
G = 32.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#130900 (or 0x130900) is known color: Black. HEX triplet: 13, 09 and 00. RGB value is (19,9,0). Sum of RGB (Red+Green+Blue) = 19+9+0=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130900 is #ECF6FF. Grayscale: #0B0B0B. Windows color (decimal): -15529728 or 2323. OLE color: 2323.

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

Color convert

RGB 19 9 0 -
CMYK 0 0.53 1 0.93
HSL 28.42º 1% 0.04% -
HSV(B) 28.42º 1% 0.07% -
XYZ 0.37 0.33 0.05 -
YUV 10.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 19 9 0 0 0.53 1 0.93 28.42 1 0.04
Hex 13 9 0 0 35 64 5D 1C 64 4
Octal 23 11 0 0 65 144 135 34 144 4
Binary 10011 1001 0 0 110101 1100100 1011101 11100 1100100 100

Color Harmonies of #130900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130900

Black with #130900

Text Example


Text Example

White with #130900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130900; }

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

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

background-color css

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

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

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

border-color css

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

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

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