Html Css Color HEX #130605 Black

📋 copy color: '#130605'

red 19 ◦ green 6 ◦ blue 5

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

Shades of Black #130605

Tints of Black #130605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 16.67%

R = 63.33%
G = 20%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130605 (or 0x130605) is known color: Black. HEX triplet: 13, 06 and 05. RGB value is (19,6,5). Sum of RGB (Red+Green+Blue) = 19+6+5=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130605 is #ECF9FA. Grayscale: #090909. Windows color (decimal): -15530491 or 329235. OLE color: 329235.

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

Color convert

RGB 19 6 5 -
CMYK 0 0.68 0.74 0.93
HSL 4.29º 0.58% 0.05% -
HSV(B) 4.29º 0.74% 0.07% -
XYZ 0.36 0.28 0.18 -
YUV 9.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 19 6 5 0 0.68 0.74 0.93 4.29 0.58 0.05
Hex 13 6 5 0 44 4A 5D 4 3A 5
Octal 23 6 5 0 104 112 135 4 72 5
Binary 10011 110 101 0 1000100 1001010 1011101 100 111010 101

Color Harmonies of #130605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130605

Black with #130605

Text Example


Text Example

White with #130605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130605; }

 p { color: rgb(19,6,5); }

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

background-color css

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

 a { background-color: rgb(19,6,5); }

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

border-color css

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

 span { border-color: rgb(19,6,5); }

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