#2C0138

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

Shades of Blackcurrant #2C0138

Tints of Blackcurrant #2C0138

Color information

#2C0138 (or 0x2C0138) is unknown color: approx Blackcurrant. HEX triplet: 2C, 01 and 38. RGB value is (44,1,56). Sum of RGB (Red+Green+Blue) = 44+1+56=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0138 is #D3FEC7. Grayscale: #131313. Windows color (decimal): -13893320 or 3670316. OLE color: 3670316.

HSL color Cylindrical-coordinate representation of color #2C0138: hue angle of 286.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0138 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44156-
CMYK0.210.9800.78
HSL286.91º96.49%11.18%-
HSV(B)286.91º98.21%21.96%-
XYZ1.760.843.81-
YUV20.13148.25145.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.56%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=43.56%
G=0.99%
B=55.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal441560.210.9800.78286.9196.4911.18
Hex2C138156204E11f60b
Octal5417025142011643714013
Binary10110011110001010111000100100111010001111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,56); }

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

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

 a { background-color: rgb(44,1,56); }

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

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

 span { border-color: rgb(44,1,56); }

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