#2C1F35

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

Shades of Blackcurrant #2C1F35

Tints of Blackcurrant #2C1F35

Color information

#2C1F35 (or 0x2C1F35) is unknown color: approx Blackcurrant. HEX triplet: 2C, 1F and 35. RGB value is (44,31,53). Sum of RGB (Red+Green+Blue) = 44+31+53=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: blue. Hex color #2C1F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1F35 is #D3E0CA. Grayscale: #252525. Windows color (decimal): -13885643 or 3481388. OLE color: 3481388.

HSL color Cylindrical-coordinate representation of color #2C1F35: hue angle of 275.45º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C1F35 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB443153-
CMYK0.170.4200.79
HSL275.45º26.19%16.47%-
HSV(B)275.45º41.51%20.78%-
XYZ2.171.773.6-
YUV37.39136.81132.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=34.38%
G=24.22%
B=41.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4431530.170.4200.79275.4526.1916.47
Hex2C1F35112A04F1131a10
Octal543765215201174233220
Binary1011001111111010110001101010010011111000100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,31,53); }

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

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

 a { background-color: rgb(44,31,53); }

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

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

 span { border-color: rgb(44,31,53); }

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