Html Css Color HEX #2C023F Blackcurrant

📋 copy color: '#2C023F'

red 44 ◦ green 2 ◦ blue 63

#2C023F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #2C023F

Tints of Blackcurrant #2C023F

RGB

 RED value IS 44 (17.58% from 255) = 40.37%

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 63 (25% from 255) = 57.8%

R = 40.37%
G = 1.83%
B = 57.8%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C023F (or 0x2C023F) is known color: Blackcurrant. HEX triplet: 2C, 02 and 3F. RGB value is (44,2,63). Sum of RGB (Red+Green+Blue) = 44+2+63=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C023F is #D3FDC0. Grayscale: #151515. Windows color (decimal): -13893057 or 4129324. OLE color: 4129324.

HSL color Cylindrical-coordinate representation of color #2C023F: hue angle of 281.31º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C023F is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 2 63 -
CMYK 0.30 0.97 0 0.75
HSL 281.31º 0.94% 0.13% -
HSV(B) 281.31º 0.97% 0.25% -
XYZ 1.96 0.94 4.78 -
YUV 21.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 44 2 63 0.30 0.97 0 0.75 281.31 0.94 0.13
Hex 2C 2 3F 1E 61 0 4B 119 5E D
Octal 54 2 77 36 141 0 113 431 136 15
Binary 101100 10 111111 11110 1100001 0 1001011 100011001 1011110 1101

Color Harmonies of #2C023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C023F

Black with #2C023F

Text Example


Text Example

White with #2C023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,63); }

 H1.HeaderClassName
 {
   color: #2C023F;
 }
 .AnyTagClassName
 {
   color: #2C023F;
 }
</style>

background-color css

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

 a { background-color: rgb(44,2,63); }

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

border-color css

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

 span { border-color: rgb(44,2,63); }

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