Html Css Color HEX #130807 Black

📋 copy color: '#130807'

red 19 ◦ green 8 ◦ blue 7

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

Shades of Black #130807

Tints of Black #130807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 20.59%

R = 55.88%
G = 23.53%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#130807 (or 0x130807) is known color: Black. HEX triplet: 13, 08 and 07. RGB value is (19,8,7). Sum of RGB (Red+Green+Blue) = 19+8+7=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130807 is #ECF7F8. Grayscale: #0B0B0B. Windows color (decimal): -15529977 or 460819. OLE color: 460819.

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

Color convert

RGB 19 8 7 -
CMYK 0 0.58 0.63 0.93
HSL 0.46% 0.05% -
HSV(B) 0.63% 0.07% -
XYZ 0.39 0.33 0.24 -
YUV 11.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 19 8 7 0 0.58 0.63 0.93 5 0.46 0.05
Hex 13 8 7 0 3A 3F 5D 5 2E 5
Octal 23 10 7 0 72 77 135 5 56 5
Binary 10011 1000 111 0 111010 111111 1011101 101 101110 101

Color Harmonies of #130807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130807

Black with #130807

Text Example


Text Example

White with #130807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130807; }

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

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

background-color css

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

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

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

border-color css

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

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

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