Html Css Color HEX #1B0500 Black

📋 copy color: '#1B0500'

red 27 ◦ green 5 ◦ blue 0

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

Shades of Black #1B0500

Tints of Black #1B0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.63%

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

R = 84.38%
G = 15.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B0500 (or 0x1B0500) is known color: Black. HEX triplet: 1B, 05 and 00. RGB value is (27,5,0). Sum of RGB (Red+Green+Blue) = 27+5+0=32 (4% of max value = 765). Red value is 27 (10.94% from 255 or 84.38% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0500 is #E4FAFF. Grayscale: #0B0B0B. Windows color (decimal): -15006464 or 1307. OLE color: 1307.

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

Color convert

RGB 27 5 0 -
CMYK 0 0.81 1 0.89
HSL 11.11º 1% 0.05% -
HSV(B) 11.11º 1% 0.11% -
XYZ 0.51 0.34 0.04 -
YUV 11.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 27 5 0 0 0.81 1 0.89 11.11 1 0.05
Hex 1B 5 0 0 51 64 59 B 64 5
Octal 33 5 0 0 121 144 131 13 144 5
Binary 11011 101 0 0 1010001 1100100 1011001 1011 1100100 101

Color Harmonies of #1B0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0500

Black with #1B0500

Text Example


Text Example

White with #1B0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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