#1C0634

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

Shades of Blackcurrant #1C0634

Tints of Blackcurrant #1C0634

Color information

#1C0634 (or 0x1C0634) is unknown color: approx Blackcurrant. HEX triplet: 1C, 06 and 34. RGB value is (28,6,52). Sum of RGB (Red+Green+Blue) = 28+6+52=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C0634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0634 is #E3F9CB. Grayscale: #111111. Windows color (decimal): -14940620 or 3409436. OLE color: 3409436.

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

Color convert

RGB28652-
CMYK0.460.8800.80
HSL268.7º79.31%11.37%-
HSV(B)268.7º88.46%20.39%-
XYZ1.160.633.31-
YUV17.82147.29135.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.56%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=32.56%
G=6.98%
B=60.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal286520.460.8800.80268.779.3111.37
Hex1C6342E5805010d4fb
Octal3466456130012041511713
Binary1110011011010010111010110000101000010000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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