Html Css Color HEX #130902 Black

📋 copy color: '#130902'

red 19 ◦ green 9 ◦ blue 2

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

Shades of Black #130902

Tints of Black #130902

RGB

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

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

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

R = 63.33%
G = 30%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130902 (or 0x130902) is known color: Black. HEX triplet: 13, 09 and 02. RGB value is (19,9,2). Sum of RGB (Red+Green+Blue) = 19+9+2=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130902 is #ECF6FD. Grayscale: #0B0B0B. Windows color (decimal): -15529726 or 133395. OLE color: 133395.

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

Color convert

RGB 19 9 2 -
CMYK 0 0.53 0.89 0.93
HSL 24.71º 0.81% 0.04% -
HSV(B) 24.71º 0.89% 0.07% -
XYZ 0.38 0.34 0.1 -
YUV 11.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 19 9 2 0 0.53 0.89 0.93 24.71 0.81 0.04
Hex 13 9 2 0 35 59 5D 19 51 4
Octal 23 11 2 0 65 131 135 31 121 4
Binary 10011 1001 10 0 110101 1011001 1011101 11001 1010001 100

Color Harmonies of #130902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130902

Black with #130902

Text Example


Text Example

White with #130902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130902; }

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

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

background-color css

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

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

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

border-color css

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

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

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