Html Css Color HEX #130A02 Black

📋 copy color: '#130A02'

red 19 ◦ green 10 ◦ blue 2

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

Shades of Black #130A02

Tints of Black #130A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 32.26%

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

R = 61.29%
G = 32.26%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130A02 (or 0x130A02) is known color: Black. HEX triplet: 13, 0A and 02. RGB value is (19,10,2). Sum of RGB (Red+Green+Blue) = 19+10+2=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A02 is #ECF5FD. Grayscale: #0B0B0B. Windows color (decimal): -15529470 or 133651. OLE color: 133651.

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

Color convert

RGB 19 10 2 -
CMYK 0 0.47 0.89 0.93
HSL 28.24º 0.81% 0.04% -
HSV(B) 28.24º 0.89% 0.07% -
XYZ 0.39 0.36 0.11 -
YUV 11.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 19 10 2 0 0.47 0.89 0.93 28.24 0.81 0.04
Hex 13 A 2 0 2F 59 5D 1C 51 4
Octal 23 12 2 0 57 131 135 34 121 4
Binary 10011 1010 10 0 101111 1011001 1011101 11100 1010001 100

Color Harmonies of #130A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A02

Black with #130A02

Text Example


Text Example

White with #130A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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