#1C052F

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

Shades of Blackcurrant #1C052F

Tints of Blackcurrant #1C052F

Color information

#1C052F (or 0x1C052F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 05 and 2F. RGB value is (28,5,47). Sum of RGB (Red+Green+Blue) = 28+5+47=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C052F is #E3FAD0. Grayscale: #101010. Windows color (decimal): -14940881 or 3081500. OLE color: 3081500.

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

Color convert

RGB28547-
CMYK0.400.8900.82
HSL272.86º80.77%10.2%-
HSV(B)272.86º89.36%18.43%-
XYZ1.050.562.74-
YUV16.66145.12136.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 47 (18.75% from 255) = 58.75%
R=35%
G=6.25%
B=58.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal285470.400.8900.82272.8680.7710.2
Hex1C52F285905211151a
Octal3455750131012242112112
Binary1110010110111110100010110010101001010001000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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