#1C072F

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

Shades of Blackcurrant #1C072F

Tints of Blackcurrant #1C072F

Color information

#1C072F (or 0x1C072F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 07 and 2F. RGB value is (28,7,47). Sum of RGB (Red+Green+Blue) = 28+7+47=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C072F is #E3F8D0. Grayscale: #111111. Windows color (decimal): -14940369 or 3082012. OLE color: 3082012.

HSL color Cylindrical-coordinate representation of color #1C072F: hue angle of 271.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C072F is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB28747-
CMYK0.400.8500.82
HSL271.5º74.07%10.59%-
HSV(B)271.5º85.11%18.43%-
XYZ1.070.62.75-
YUV17.84144.46135.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=34.15%
G=8.54%
B=57.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal287470.400.8500.82271.574.0710.59
Hex1C72F28550521104ab
Octal3475750125012242011213
Binary1110011110111110100010101010101001010001000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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