#130907

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

Shades of Black #130907

Tints of Black #130907

Color information

#130907 (or 0x130907) is unknown color: approx Black. HEX triplet: 13, 09 and 07. RGB value is (19,9,7). Sum of RGB (Red+Green+Blue) = 19+9+7=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130907 is #ECF6F8. Grayscale: #0B0B0B. Windows color (decimal): -15529721 or 461075. OLE color: 461075.

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

Color convert

RGB1997-
CMYK00.530.630.93
HSL10º46.15%5.1%-
HSV(B)10º63.16%7.45%-
XYZ0.40.350.25-
YUV11.76125.31133.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 7 (3.12% from 255) = 20%
R=54.29%
G=25.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal199700.530.630.931046.155.1
Hex13970353F5Da2e5
Octal231170657713512565
Binary100111001111011010111111110111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130907; }

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

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

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

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

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

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

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

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