#190302

Color #190302 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #190302

Tints of Black #190302

Color information

#190302 (or 0x190302) is unknown color: approx Black. HEX triplet: 19, 03 and 02. RGB value is (25,3,2). Sum of RGB (Red+Green+Blue) = 25+3+2=30 (3% of max value = 765). Red value is 25 (10.16% from 255 or 83.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 25 - color contains mainly: red. Hex color #190302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190302 is #E6FCFD. Grayscale: #090909. Windows color (decimal): -15138046 or 131865. OLE color: 131865.

HSL color Cylindrical-coordinate representation of color #190302: hue angle of 2.61º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190302 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB2532-
CMYK00.880.920.90
HSL2.61º85.19%5.29%-
HSV(B)2.61º92%9.8%-
XYZ0.440.280.09-
YUV9.46123.79139.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 83.33%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=83.33%
G=10%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253200.880.920.902.6185.195.29
Hex19320585C5A3555
Octal3132013013413231255
Binary1100111100101100010111001011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190302; }

 p { color: rgb(25,3,2); }

 H1.HeaderClassName
 {
   color: #190302;
 }
 .AnyTagClassName
 {
   color: #190302;
 }
</style>
background-color css

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

 a { background-color: rgb(25,3,2); }

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

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

 span { border-color: rgb(25,3,2); }

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