Html Css Color HEX #130802 Black

📋 copy color: '#130802'

red 19 ◦ green 8 ◦ blue 2

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

Shades of Black #130802

Tints of Black #130802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.9%

R = 65.52%
G = 27.59%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130802 (or 0x130802) is known color: Black. HEX triplet: 13, 08 and 02. RGB value is (19,8,2). Sum of RGB (Red+Green+Blue) = 19+8+2=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130802 is #ECF7FD. Grayscale: #0A0A0A. Windows color (decimal): -15529982 or 133139. OLE color: 133139.

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

Color convert

RGB 19 8 2 -
CMYK 0 0.58 0.89 0.93
HSL 21.18º 0.81% 0.04% -
HSV(B) 21.18º 0.89% 0.07% -
XYZ 0.37 0.32 0.1 -
YUV 10.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 19 8 2 0 0.58 0.89 0.93 21.18 0.81 0.04
Hex 13 8 2 0 3A 59 5D 15 51 4
Octal 23 10 2 0 72 131 135 25 121 4
Binary 10011 1000 10 0 111010 1011001 1011101 10101 1010001 100

Color Harmonies of #130802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130802

Black with #130802

Text Example


Text Example

White with #130802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130802; }

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

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

background-color css

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

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

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

border-color css

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

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

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