#1C0934

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

Shades of Blackcurrant #1C0934

Tints of Blackcurrant #1C0934

Color information

#1C0934 (or 0x1C0934) is unknown color: approx Blackcurrant. HEX triplet: 1C, 09 and 34. RGB value is (28,9,52). Sum of RGB (Red+Green+Blue) = 28+9+52=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C0934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0934 is #E3F6CB. Grayscale: #131313. Windows color (decimal): -14939852 or 3410204. OLE color: 3410204.

HSL color Cylindrical-coordinate representation of color #1C0934: hue angle of 266.51º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C0934 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB28952-
CMYK0.460.8300.80
HSL266.51º70.49%11.96%-
HSV(B)266.51º82.69%20.39%-
XYZ1.20.693.32-
YUV19.58146.29134-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=31.46%
G=10.11%
B=58.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal289520.460.8300.80266.5170.4911.96
Hex1C9342E5305010b46c
Octal34116456123012041310614
Binary11100100111010010111010100110101000010000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,52); }

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

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

 a { background-color: rgb(28,9,52); }

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

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

 span { border-color: rgb(28,9,52); }

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