Html Css Color HEX #2C0137 Blackcurrant

📋 copy color: '#2C0137'

red 44 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #2C0137

Tints of Blackcurrant #2C0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 55%

R = 44%
G = 1%
B = 55%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C0137 (or 0x2C0137) is known color: Blackcurrant. HEX triplet: 2C, 01 and 37. RGB value is (44,1,55). Sum of RGB (Red+Green+Blue) = 44+1+55=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0137 is #D3FEC8. Grayscale: #131313. Windows color (decimal): -13893321 or 3604780. OLE color: 3604780.

HSL color Cylindrical-coordinate representation of color #2C0137: hue angle of 287.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0137 is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 1 55 -
CMYK 0.2 0.98 0 0.78
HSL 287.78º 0.96% 0.11% -
HSV(B) 287.78º 0.98% 0.22% -
XYZ 1.74 0.83 3.68 -
YUV 20.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 44 1 55 0.2 0.98 0 0.78 287.78 0.96 0.11
Hex 2C 1 37 14 62 0 4E 120 60 B
Octal 54 1 67 24 142 0 116 440 140 13
Binary 101100 1 110111 10100 1100010 0 1001110 100100000 1100000 1011

Color Harmonies of #2C0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0137

Black with #2C0137

Text Example


Text Example

White with #2C0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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