Html Css Color HEX #130B06 Black

📋 copy color: '#130B06'

red 19 ◦ green 11 ◦ blue 6

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

Shades of Black #130B06

Tints of Black #130B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 16.67%

R = 52.78%
G = 30.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130B06 (or 0x130B06) is known color: Black. HEX triplet: 13, 0B and 06. RGB value is (19,11,6). Sum of RGB (Red+Green+Blue) = 19+11+6=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B06 is #ECF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15529210 or 396051. OLE color: 396051.

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

Color convert

RGB 19 11 6 -
CMYK 0 0.42 0.68 0.93
HSL 23.08º 0.52% 0.05% -
HSV(B) 23.08º 0.68% 0.07% -
XYZ 0.42 0.39 0.23 -
YUV 12.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 19 11 6 0 0.42 0.68 0.93 23.08 0.52 0.05
Hex 13 B 6 0 2A 44 5D 17 34 5
Octal 23 13 6 0 52 104 135 27 64 5
Binary 10011 1011 110 0 101010 1000100 1011101 10111 110100 101

Color Harmonies of #130B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B06

Black with #130B06

Text Example


Text Example

White with #130B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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