#2C083D

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

Shades of Blackcurrant #2C083D

Tints of Blackcurrant #2C083D

Color information

#2C083D (or 0x2C083D) is unknown color: approx Blackcurrant. HEX triplet: 2C, 08 and 3D. RGB value is (44,8,61). Sum of RGB (Red+Green+Blue) = 44+8+61=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C083D is #D3F7C2. Grayscale: #181818. Windows color (decimal): -13891523 or 3999788. OLE color: 3999788.

HSL color Cylindrical-coordinate representation of color #2C083D: hue angle of 280.75º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C083D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB44861-
CMYK0.280.8700.76
HSL280.75º76.81%13.53%-
HSV(B)280.75º86.89%23.92%-
XYZ1.971.054.51-
YUV24.81148.43141.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.94%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=38.94%
G=7.08%
B=53.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal448610.280.8700.76280.7576.8113.53
Hex2C83D1C5704C1194de
Octal54107534127011443111516
Binary10110010001111011110010101110100110010001100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,8,61); }

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

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

 a { background-color: rgb(44,8,61); }

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

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

 span { border-color: rgb(44,8,61); }

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