Html Css Color HEX #130801 Black

📋 copy color: '#130801'

red 19 ◦ green 8 ◦ blue 1

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

Shades of Black #130801

Tints of Black #130801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 28.57%

 BLUE value IS 1 (0.78% from 255) = 3.57%

R = 67.86%
G = 28.57%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#130801 (or 0x130801) is known color: Black. HEX triplet: 13, 08 and 01. RGB value is (19,8,1). Sum of RGB (Red+Green+Blue) = 19+8+1=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130801 is #ECF7FE. Grayscale: #0A0A0A. Windows color (decimal): -15529983 or 67603. OLE color: 67603.

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

Color convert

RGB 19 8 1 -
CMYK 0 0.58 0.95 0.93
HSL 23.33º 0.9% 0.04% -
HSV(B) 23.33º 0.95% 0.07% -
XYZ 0.36 0.31 0.07 -
YUV 10.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 19 8 1 0 0.58 0.95 0.93 23.33 0.9 0.04
Hex 13 8 1 0 3A 5F 5D 17 5A 4
Octal 23 10 1 0 72 137 135 27 132 4
Binary 10011 1000 1 0 111010 1011111 1011101 10111 1011010 100

Color Harmonies of #130801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130801

Black with #130801

Text Example


Text Example

White with #130801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130801; }

 p { color: rgb(19,8,1); }

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

background-color css

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

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

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

border-color css

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

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

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