Html Css Color HEX #2C133A Blackcurrant

📋 copy color: '#2C133A'

red 44 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #2C133A

Tints of Blackcurrant #2C133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 58 (23.05% from 255) = 47.93%

R = 36.36%
G = 15.7%
B = 47.93%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C133A (or 0x2C133A) is known color: Blackcurrant. HEX triplet: 2C, 13 and 3A. RGB value is (44,19,58). Sum of RGB (Red+Green+Blue) = 44+19+58=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C133A is #D3ECC5. Grayscale: #1E1E1E. Windows color (decimal): -13888710 or 3805996. OLE color: 3805996.

HSL color Cylindrical-coordinate representation of color #2C133A: hue angle of 278.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C133A is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 19 58 -
CMYK 0.24 0.67 0 0.77
HSL 278.46º 0.51% 0.15% -
HSV(B) 278.46º 0.67% 0.23% -
XYZ 2.04 1.31 4.15 -
YUV 30.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 44 19 58 0.24 0.67 0 0.77 278.46 0.51 0.15
Hex 2C 13 3A 18 43 0 4D 116 33 F
Octal 54 23 72 30 103 0 115 426 63 17
Binary 101100 10011 111010 11000 1000011 0 1001101 100010110 110011 1111

Color Harmonies of #2C133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C133A

Black with #2C133A

Text Example


Text Example

White with #2C133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,19,58); }

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

background-color css

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

 a { background-color: rgb(44,19,58); }

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

border-color css

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

 span { border-color: rgb(44,19,58); }

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