#1C0504

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

Shades of Black #1C0504

Tints of Black #1C0504

Color information

#1C0504 (or 0x1C0504) is unknown color: approx Black. HEX triplet: 1C, 05 and 04. RGB value is (28,5,4). Sum of RGB (Red+Green+Blue) = 28+5+4=37 (4% of max value = 765). Red value is 28 (11.33% from 255 or 75.68% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0504 is #E3FAFB. Grayscale: #0B0B0B. Windows color (decimal): -14940924 or 263452. OLE color: 263452.

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

Color convert

RGB2854-
CMYK00.820.860.89
HSL2.5º75%6.27%-
HSV(B)2.5º85.71%10.98%-
XYZ0.560.360.16-
YUV11.76123.62139.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 75.68%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=75.68%
G=13.51%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal285400.820.860.892.5756.27
Hex1C54052565934b6
Octal3454012212613131136
Binary111001011000101001010101101011001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,5,4); }

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

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

 a { background-color: rgb(28,5,4); }

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

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

 span { border-color: rgb(28,5,4); }

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