#3C0851

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

Shades of Blackcurrant #3C0851

Tints of Blackcurrant #3C0851

Color information

#3C0851 (or 0x3C0851) is unknown color: approx Blackcurrant. HEX triplet: 3C, 08 and 51. RGB value is (60,8,81). Sum of RGB (Red+Green+Blue) = 60+8+81=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0851 is #C3F7AE. Grayscale: #1F1F1F. Windows color (decimal): -12842927 or 5310524. OLE color: 5310524.

HSL color Cylindrical-coordinate representation of color #3C0851: hue angle of 282.74º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0851 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB60881-
CMYK0.260.9000.68
HSL282.74º82.02%17.45%-
HSV(B)282.74º90.12%31.76%-
XYZ3.441.737.94-
YUV31.87155.73148.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=40.27%
G=5.37%
B=54.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal608810.260.9000.68282.7482.0217.45
Hex3C8511A5A04411b5211
Octal741012132132010443312221
Binary1111001000101000111010101101001000100100011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0851; }

 p { color: rgb(60,8,81); }

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

<style>
 a { background-color: #3C0851; }

 a { background-color: rgb(60,8,81); }

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

<style>
 span { border-color: #3C0851; }

 span { border-color: rgb(60,8,81); }

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