#1C0C27

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

Shades of Blackcurrant #1C0C27

Tints of Blackcurrant #1C0C27

Color information

#1C0C27 (or 0x1C0C27) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0C and 27. RGB value is (28,12,39). Sum of RGB (Red+Green+Blue) = 28+12+39=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C27 is #E3F3D8. Grayscale: #131313. Windows color (decimal): -14939097 or 2559004. OLE color: 2559004.

HSL color Cylindrical-coordinate representation of color #1C0C27: hue angle of 275.56º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C0C27 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB281239-
CMYK0.280.6900.85
HSL275.56º52.94%10%-
HSV(B)275.56º69.23%15.29%-
XYZ0.980.661.99-
YUV19.86138.8133.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=35.44%
G=15.19%
B=49.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2812390.280.6900.85275.5652.9410
Hex1CC271C4505511435a
Octal3414473410501254246512
Binary111001100100111111001000101010101011000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,39); }

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

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

 a { background-color: rgb(28,12,39); }

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

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

 span { border-color: rgb(28,12,39); }

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