#130905

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

Shades of Black #130905

Tints of Black #130905

Color information

#130905 (or 0x130905) is unknown color: approx Black. HEX triplet: 13, 09 and 05. RGB value is (19,9,5). Sum of RGB (Red+Green+Blue) = 19+9+5=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130905 is #ECF6FA. Grayscale: #0B0B0B. Windows color (decimal): -15529723 or 330003. OLE color: 330003.

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

Color convert

RGB1995-
CMYK00.530.740.93
HSL17.14º58.33%4.71%-
HSV(B)17.14º73.68%7.45%-
XYZ0.390.340.19-
YUV11.53124.31133.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=57.58%
G=27.27%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal199500.530.740.9317.1458.334.71
Hex13950354A5D113a5
Octal2311506511213521725
Binary10011100110101101011001010101110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130905; }

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

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

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

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

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

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

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

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