Html Css Color HEX #190B01 Black

📋 copy color: '#190B01'

red 25 ◦ green 11 ◦ blue 1

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

Shades of Black #190B01

Tints of Black #190B01

RGB

 RED value IS 25 (10.16% from 255) = 67.57%

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

 BLUE value IS 1 (0.78% from 255) = 2.7%

R = 67.57%
G = 29.73%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#190B01 (or 0x190B01) is known color: Black. HEX triplet: 19, 0B and 01. RGB value is (25,11,1). Sum of RGB (Red+Green+Blue) = 25+11+1=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B01 is #E6F4FE. Grayscale: #0E0E0E. Windows color (decimal): -15135999 or 68377. OLE color: 68377.

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

Color convert

RGB 25 11 1 -
CMYK 0 0.56 0.96 0.90
HSL 25º 0.92% 0.05% -
HSV(B) 25º 0.96% 0.1% -
XYZ 0.53 0.45 0.09 -
YUV 14.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 25 11 1 0 0.56 0.96 0.90 25 0.92 0.05
Hex 19 B 1 0 38 60 5A 19 5C 5
Octal 31 13 1 0 70 140 132 31 134 5
Binary 11001 1011 1 0 111000 1100000 1011010 11001 1011100 101

Color Harmonies of #190B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B01

Black with #190B01

Text Example


Text Example

White with #190B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190B01; }

 p { color: rgb(25,11,1); }

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

background-color css

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

 a { background-color: rgb(25,11,1); }

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

border-color css

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

 span { border-color: rgb(25,11,1); }

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