Html Css Color HEX #1B0400 Black

📋 copy color: '#1B0400'

red 27 ◦ green 4 ◦ blue 0

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

Shades of Black #1B0400

Tints of Black #1B0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.9%

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

R = 87.1%
G = 12.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B0400 (or 0x1B0400) is known color: Black. HEX triplet: 1B, 04 and 00. RGB value is (27,4,0). Sum of RGB (Red+Green+Blue) = 27+4+0=31 (4% of max value = 765). Red value is 27 (10.94% from 255 or 87.10% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0400 is #E4FBFF. Grayscale: #0A0A0A. Windows color (decimal): -15006720 or 1051. OLE color: 1051.

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

Color convert

RGB 27 4 0 -
CMYK 0 0.85 1 0.89
HSL 8.89º 1% 0.05% -
HSV(B) 8.89º 1% 0.11% -
XYZ 0.5 0.32 0.04 -
YUV 10.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 27 4 0 0 0.85 1 0.89 8.89 1 0.05
Hex 1B 4 0 0 55 64 59 9 64 5
Octal 33 4 0 0 125 144 131 11 144 5
Binary 11011 100 0 0 1010101 1100100 1011001 1001 1100100 101

Color Harmonies of #1B0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0400

Black with #1B0400

Text Example


Text Example

White with #1B0400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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