#1B0501

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

Shades of Black #1B0501

Tints of Black #1B0501

Color information

#1B0501 (or 0x1B0501) is unknown color: approx Black. HEX triplet: 1B, 05 and 01. RGB value is (27,5,1). Sum of RGB (Red+Green+Blue) = 27+5+1=33 (4% of max value = 765). Red value is 27 (10.94% from 255 or 81.82% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0501 is #E4FAFE. Grayscale: #0B0B0B. Windows color (decimal): -15006463 or 66843. OLE color: 66843.

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

Color convert

RGB2751-
CMYK00.810.960.89
HSL9.23º92.86%5.49%-
HSV(B)9.23º96.3%10.59%-
XYZ0.510.340.07-
YUV11.12122.29139.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 81.82%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=81.82%
G=15.15%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal275100.810.960.899.2392.865.49
Hex1B51051605995d5
Octal33510121140131111355
Binary110111011010100011100000101100110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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