#1B0901

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

Shades of Black #1B0901

Tints of Black #1B0901

Color information

#1B0901 (or 0x1B0901) is unknown color: approx Black. HEX triplet: 1B, 09 and 01. RGB value is (27,9,1). Sum of RGB (Red+Green+Blue) = 27+9+1=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0901 is #E4F6FE. Grayscale: #0D0D0D. Windows color (decimal): -15005439 or 67867. OLE color: 67867.

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

Color convert

RGB2791-
CMYK00.670.960.89
HSL18.46º92.86%5.49%-
HSV(B)18.46º96.3%10.59%-
XYZ0.560.430.08-
YUV13.47120.96137.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 72.97%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=72.97%
G=24.32%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal279100.670.960.8918.4692.865.49
Hex1B910436059125d5
Octal331110103140131221355
Binary11011100110100001111000001011001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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