#1C0702

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

Shades of Black #1C0702

Tints of Black #1C0702

Color information

#1C0702 (or 0x1C0702) is unknown color: approx Black. HEX triplet: 1C, 07 and 02. RGB value is (28,7,2). Sum of RGB (Red+Green+Blue) = 28+7+2=37 (4% of max value = 765). Red value is 28 (11.33% from 255 or 75.68% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0702 is #E3F8FD. Grayscale: #0C0C0C. Windows color (decimal): -14940414 or 132892. OLE color: 132892.

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

Color convert

RGB2872-
CMYK00.750.930.89
HSL11.54º86.67%5.88%-
HSV(B)11.54º92.86%10.98%-
XYZ0.570.40.11-
YUV12.71121.96138.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 75.68%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=75.68%
G=18.92%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal287200.750.930.8911.5486.675.88
Hex1C7204B5D59c576
Octal34720113135131141276
Binary1110011110010010111011101101100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,7,2); }

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

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

 a { background-color: rgb(28,7,2); }

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

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

 span { border-color: rgb(28,7,2); }

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