Html Css Color HEX #130B04 Black

📋 copy color: '#130B04'

red 19 ◦ green 11 ◦ blue 4

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

Shades of Black #130B04

Tints of Black #130B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 32.35%

 BLUE value IS 4 (1.95% from 255) = 11.76%

R = 55.88%
G = 32.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130B04 (or 0x130B04) is known color: Black. HEX triplet: 13, 0B and 04. RGB value is (19,11,4). Sum of RGB (Red+Green+Blue) = 19+11+4=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B04 is #ECF4FB. Grayscale: #0C0C0C. Windows color (decimal): -15529212 or 264979. OLE color: 264979.

HSL color Cylindrical-coordinate representation of color #130B04: hue angle of 28º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130B04 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 11 4 -
CMYK 0 0.42 0.79 0.93
HSL 28º 0.65% 0.05% -
HSV(B) 28º 0.79% 0.07% -
XYZ 0.41 0.39 0.17 -
YUV 12.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 19 11 4 0 0.42 0.79 0.93 28 0.65 0.05
Hex 13 B 4 0 2A 4F 5D 1C 41 5
Octal 23 13 4 0 52 117 135 34 101 5
Binary 10011 1011 100 0 101010 1001111 1011101 11100 1000001 101

Color Harmonies of #130B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B04

Black with #130B04

Text Example


Text Example

White with #130B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,11,4); }

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

background-color css

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

 a { background-color: rgb(19,11,4); }

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

border-color css

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

 span { border-color: rgb(19,11,4); }

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