Html Css Color HEX #130B02 Black

📋 copy color: '#130B02'

red 19 ◦ green 11 ◦ blue 2

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

Shades of Black #130B02

Tints of Black #130B02

RGB

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

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

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

R = 59.38%
G = 34.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130B02 (or 0x130B02) is known color: Black. HEX triplet: 13, 0B and 02. RGB value is (19,11,2). Sum of RGB (Red+Green+Blue) = 19+11+2=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B02 is #ECF4FD. Grayscale: #0C0C0C. Windows color (decimal): -15529214 or 133907. OLE color: 133907.

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

Color convert

RGB 19 11 2 -
CMYK 0 0.42 0.89 0.93
HSL 31.76º 0.81% 0.04% -
HSV(B) 31.76º 0.89% 0.07% -
XYZ 0.4 0.38 0.11 -
YUV 12.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 19 11 2 0 0.42 0.89 0.93 31.76 0.81 0.04
Hex 13 B 2 0 2A 59 5D 20 51 4
Octal 23 13 2 0 52 131 135 40 121 4
Binary 10011 1011 10 0 101010 1011001 1011101 100000 1010001 100

Color Harmonies of #130B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B02

Black with #130B02

Text Example


Text Example

White with #130B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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