#1B0403

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

Shades of Black #1B0403

Tints of Black #1B0403

Color information

#1B0403 (or 0x1B0403) is unknown color: approx Black. HEX triplet: 1B, 04 and 03. RGB value is (27,4,3). Sum of RGB (Red+Green+Blue) = 27+4+3=34 (4% of max value = 765). Red value is 27 (10.94% from 255 or 79.41% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0403 is #E4FBFC. Grayscale: #0A0A0A. Windows color (decimal): -15006717 or 197659. OLE color: 197659.

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

Color convert

RGB2743-
CMYK00.850.890.89
HSL2.5º80%5.88%-
HSV(B)2.5º88.89%10.59%-
XYZ0.510.330.12-
YUV10.76123.62139.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 79.41%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 3 (1.56% from 255) = 8.82%
R=79.41%
G=11.76%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal274300.850.890.892.5805.88
Hex1B4305559593506
Octal3343012513113131206
Binary11011100110101010110110011011001111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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