#2C0338

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

Shades of Blackcurrant #2C0338

Tints of Blackcurrant #2C0338

Color information

#2C0338 (or 0x2C0338) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 38. RGB value is (44,3,56). Sum of RGB (Red+Green+Blue) = 44+3+56=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0338 is #D3FCC7. Grayscale: #151515. Windows color (decimal): -13892808 or 3670828. OLE color: 3670828.

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

Color convert

RGB44356-
CMYK0.210.9500.78
HSL286.42º89.83%11.57%-
HSV(B)286.42º94.64%21.96%-
XYZ1.790.893.82-
YUV21.3147.58144.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.72%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=42.72%
G=2.91%
B=54.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal443560.210.9500.78286.4289.8311.57
Hex2C338155F04E11e5ac
Octal5437025137011643613214
Binary101100111110001010110111110100111010001111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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