Html Css Color HEX #130703 Black

📋 copy color: '#130703'

red 19 ◦ green 7 ◦ blue 3

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

Shades of Black #130703

Tints of Black #130703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 24.14%

 BLUE value IS 3 (1.56% from 255) = 10.34%

R = 65.52%
G = 24.14%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130703 (or 0x130703) is known color: Black. HEX triplet: 13, 07 and 03. RGB value is (19,7,3). Sum of RGB (Red+Green+Blue) = 19+7+3=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130703 is #ECF8FC. Grayscale: #0A0A0A. Windows color (decimal): -15530237 or 198419. OLE color: 198419.

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

Color convert

RGB 19 7 3 -
CMYK 0 0.63 0.84 0.93
HSL 15º 0.73% 0.04% -
HSV(B) 15º 0.84% 0.07% -
XYZ 0.36 0.3 0.12 -
YUV 10.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 19 7 3 0 0.63 0.84 0.93 15 0.73 0.04
Hex 13 7 3 0 3F 54 5D F 49 4
Octal 23 7 3 0 77 124 135 17 111 4
Binary 10011 111 11 0 111111 1010100 1011101 1111 1001001 100

Color Harmonies of #130703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130703

Black with #130703

Text Example


Text Example

White with #130703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130703; }

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

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

background-color css

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

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

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

border-color css

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

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

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