Html Css Color HEX #1B0100 Black

📋 copy color: '#1B0100'

red 27 ◦ green 1 ◦ blue 0

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

Shades of Black #1B0100

Tints of Black #1B0100

RGB

 RED value IS 27 (10.94% from 255) = 96.43%

 GREEN value IS 1 (0.78% from 255) = 3.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.43%
G = 3.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B0100 (or 0x1B0100) is known color: Black. HEX triplet: 1B, 01 and 00. RGB value is (27,1,0). Sum of RGB (Red+Green+Blue) = 27+1+0=28 (3% of max value = 765). Red value is 27 (10.94% from 255 or 96.43% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0100 is #E4FEFF. Grayscale: #080808. Windows color (decimal): -15007488 or 283. OLE color: 283.

HSL color Cylindrical-coordinate representation of color #1B0100: hue angle of 2.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0100 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 1 0 -
CMYK 0 0.96 1 0.89
HSL 2.22º 1% 0.05% -
HSV(B) 2.22º 1% 0.11% -
XYZ 0.46 0.25 0.02 -
YUV 8.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 27 1 0 0 0.96 1 0.89 2.22 1 0.05
Hex 1B 1 0 0 60 64 59 2 64 5
Octal 33 1 0 0 140 144 131 2 144 5
Binary 11011 1 0 0 1100000 1100100 1011001 10 1100100 101

Color Harmonies of #1B0100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0100

Black with #1B0100

Text Example


Text Example

White with #1B0100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0100; }

 p { color: rgb(27,1,0); }

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

background-color css

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

 a { background-color: rgb(27,1,0); }

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

border-color css

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

 span { border-color: rgb(27,1,0); }

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