Html Css Color HEX #130908 Black

📋 copy color: '#130908'

red 19 ◦ green 9 ◦ blue 8

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

Shades of Black #130908

Tints of Black #130908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25%

 BLUE value IS 8 (3.52% from 255) = 22.22%

R = 52.78%
G = 25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130908 (or 0x130908) is known color: Black. HEX triplet: 13, 09 and 08. RGB value is (19,9,8). Sum of RGB (Red+Green+Blue) = 19+9+8=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130908 is #ECF6F7. Grayscale: #0B0B0B. Windows color (decimal): -15529720 or 526611. OLE color: 526611.

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

Color convert

RGB 19 9 8 -
CMYK 0 0.53 0.58 0.93
HSL 5.45º 0.41% 0.05% -
HSV(B) 5.45º 0.58% 0.07% -
XYZ 0.41 0.35 0.28 -
YUV 11.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 19 9 8 0 0.53 0.58 0.93 5.45 0.41 0.05
Hex 13 9 8 0 35 3A 5D 5 29 5
Octal 23 11 10 0 65 72 135 5 51 5
Binary 10011 1001 1000 0 110101 111010 1011101 101 101001 101

Color Harmonies of #130908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130908

Black with #130908

Text Example


Text Example

White with #130908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130908; }

 p { color: rgb(19,9,8); }

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

background-color css

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

 a { background-color: rgb(19,9,8); }

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

border-color css

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

 span { border-color: rgb(19,9,8); }

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