#1B0603

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

Shades of Black #1B0603

Tints of Black #1B0603

Color information

#1B0603 (or 0x1B0603) is unknown color: approx Black. HEX triplet: 1B, 06 and 03. RGB value is (27,6,3). Sum of RGB (Red+Green+Blue) = 27+6+3=36 (4% of max value = 765). Red value is 27 (10.94% from 255 or 75% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0603 is #E4F9FC. Grayscale: #0B0B0B. Windows color (decimal): -15006205 or 198171. OLE color: 198171.

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

Color convert

RGB2763-
CMYK00.780.890.89
HSL7.5º80%5.88%-
HSV(B)7.5º88.89%10.59%-
XYZ0.530.370.13-
YUV11.94122.96138.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 16.67%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=75%
G=16.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal276300.780.890.897.5805.88
Hex1B6304E59598506
Octal33630116131131101206
Binary1101111011010011101011001101100110001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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