#2C1334

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

Shades of Blackcurrant #2C1334

Tints of Blackcurrant #2C1334

Color information

#2C1334 (or 0x2C1334) is unknown color: approx Blackcurrant. HEX triplet: 2C, 13 and 34. RGB value is (44,19,52). Sum of RGB (Red+Green+Blue) = 44+19+52=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1334 is #D3ECCB. Grayscale: #1E1E1E. Windows color (decimal): -13888716 or 3412780. OLE color: 3412780.

HSL color Cylindrical-coordinate representation of color #2C1334: hue angle of 285.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C1334 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB441952-
CMYK0.150.6300.80
HSL285.45º46.48%13.92%-
HSV(B)285.45º63.46%20.39%-
XYZ1.891.253.39-
YUV30.24140.28137.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=38.26%
G=16.52%
B=45.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4419520.150.6300.80285.4546.4813.92
Hex2C1334F3F05011d2ee
Octal542364177701204355616
Binary101100100111101001111111111010100001000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,52); }

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

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

 a { background-color: rgb(44,19,52); }

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

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

 span { border-color: rgb(44,19,52); }

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