#2C023E

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

Shades of Blackcurrant #2C023E

Tints of Blackcurrant #2C023E

Color information

#2C023E (or 0x2C023E) is unknown color: approx Blackcurrant. HEX triplet: 2C, 02 and 3E. RGB value is (44,2,62). Sum of RGB (Red+Green+Blue) = 44+2+62=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C023E is #D3FDC1. Grayscale: #151515. Windows color (decimal): -13893058 or 4063788. OLE color: 4063788.

HSL color Cylindrical-coordinate representation of color #2C023E: hue angle of 282º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C023E is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB44262-
CMYK0.290.9700.76
HSL282º93.75%12.55%-
HSV(B)282º96.77%24.31%-
XYZ1.930.934.63-
YUV21.4150.91144.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.74%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 62 (24.61% from 255) = 57.41%
R=40.74%
G=1.85%
B=57.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal442620.290.9700.7628293.7512.55
Hex2C23E1D6104C11a5ed
Octal5427635141011443213615
Binary101100101111101110111000010100110010001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C023E; }

 p { color: rgb(44,2,62); }

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

<style>
 a { background-color: #2C023E; }

 a { background-color: rgb(44,2,62); }

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

<style>
 span { border-color: #2C023E; }

 span { border-color: rgb(44,2,62); }

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