Html Css Color HEX #2C013E Blackcurrant

📋 copy color: '#2C013E'

red 44 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #2C013E

Tints of Blackcurrant #2C013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 62 (24.61% from 255) = 57.94%

R = 41.12%
G = 0.93%
B = 57.94%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C013E (or 0x2C013E) is known color: Blackcurrant. HEX triplet: 2C, 01 and 3E. RGB value is (44,1,62). Sum of RGB (Red+Green+Blue) = 44+1+62=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C013E is #D3FEC1. Grayscale: #141414. Windows color (decimal): -13893314 or 4063532. OLE color: 4063532.

HSL color Cylindrical-coordinate representation of color #2C013E: hue angle of 282.3º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C013E is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 1 62 -
CMYK 0.29 0.98 0 0.76
HSL 282.3º 0.97% 0.12% -
HSV(B) 282.3º 0.98% 0.24% -
XYZ 1.92 0.9 4.63 -
YUV 20.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 44 1 62 0.29 0.98 0 0.76 282.3 0.97 0.12
Hex 2C 1 3E 1D 62 0 4C 11A 61 C
Octal 54 1 76 35 142 0 114 432 141 14
Binary 101100 1 111110 11101 1100010 0 1001100 100011010 1100001 1100

Color Harmonies of #2C013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C013E

Black with #2C013E

Text Example


Text Example

White with #2C013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,1,62); }

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

background-color css

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

 a { background-color: rgb(44,1,62); }

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

border-color css

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

 span { border-color: rgb(44,1,62); }

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