Html Css Color HEX #2C0138 Blackcurrant

📋 copy color: '#2C0138'

red 44 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #2C0138

Tints of Blackcurrant #2C0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 55.45%

R = 43.56%
G = 0.99%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C0138 (or 0x2C0138) is known color: Blackcurrant. HEX triplet: 2C, 01 and 38. RGB value is (44,1,56). Sum of RGB (Red+Green+Blue) = 44+1+56=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0138 is #D3FEC7. Grayscale: #131313. Windows color (decimal): -13893320 or 3670316. OLE color: 3670316.

HSL color Cylindrical-coordinate representation of color #2C0138: hue angle of 286.91º 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 #2C0138 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 1 56 -
CMYK 0.21 0.98 0 0.78
HSL 286.91º 0.96% 0.11% -
HSV(B) 286.91º 0.98% 0.22% -
XYZ 1.76 0.84 3.81 -
YUV 20.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 44 1 56 0.21 0.98 0 0.78 286.91 0.96 0.11
Hex 2C 1 38 15 62 0 4E 11F 60 B
Octal 54 1 70 25 142 0 116 437 140 13
Binary 101100 1 111000 10101 1100010 0 1001110 100011111 1100000 1011

Color Harmonies of #2C0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0138

Black with #2C0138

Text Example


Text Example

White with #2C0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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