#130B07

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

Shades of Black #130B07

Tints of Black #130B07

Color information

#130B07 (or 0x130B07) is unknown color: approx Black. HEX triplet: 13, 0B and 07. RGB value is (19,11,7). Sum of RGB (Red+Green+Blue) = 19+11+7=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B07 is #ECF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15529209 or 461587. OLE color: 461587.

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

Color convert

RGB19117-
CMYK00.420.630.93
HSL20º46.15%5.1%-
HSV(B)20º63.16%7.45%-
XYZ0.430.390.25-
YUV12.94124.65132.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=51.35%
G=29.73%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911700.420.630.932046.155.1
Hex13B702A3F5D142e5
Octal231370527713524565
Binary1001110111110101010111111101110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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