#1C0227

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

Shades of Blackcurrant #1C0227

Tints of Blackcurrant #1C0227

Color information

#1C0227 (or 0x1C0227) is unknown color: approx Blackcurrant. HEX triplet: 1C, 02 and 27. RGB value is (28,2,39). Sum of RGB (Red+Green+Blue) = 28+2+39=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0227 is #E3FDD8. Grayscale: #0D0D0D. Windows color (decimal): -14941657 or 2556444. OLE color: 2556444.

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

Color convert

RGB28239-
CMYK0.280.9500.85
HSL282.16º90.24%8.04%-
HSV(B)282.16º94.87%15.29%-
XYZ0.870.441.96-
YUV13.99142.11137.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=40.58%
G=2.90%
B=56.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal282390.280.9500.85282.1690.248.04
Hex1C2271C5F05511a5a8
Octal3424734137012543213210
Binary11100101001111110010111110101010110001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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