Html Css Color HEX #2C153A Blackcurrant

📋 copy color: '#2C153A'

red 44 ◦ green 21 ◦ blue 58

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

Shades of Blackcurrant #2C153A

Tints of Blackcurrant #2C153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 35.77%
G = 17.07%
B = 47.15%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C153A (or 0x2C153A) is known color: Blackcurrant. HEX triplet: 2C, 15 and 3A. RGB value is (44,21,58). Sum of RGB (Red+Green+Blue) = 44+21+58=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C153A is #D3EAC5. Grayscale: #1F1F1F. Windows color (decimal): -13888198 or 3806508. OLE color: 3806508.

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

Color convert

RGB 44 21 58 -
CMYK 0.24 0.64 0 0.77
HSL 277.3º 0.47% 0.15% -
HSV(B) 277.3º 0.64% 0.23% -
XYZ 2.07 1.38 4.16 -
YUV 32.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 44 21 58 0.24 0.64 0 0.77 277.3 0.47 0.15
Hex 2C 15 3A 18 40 0 4D 115 2F F
Octal 54 25 72 30 100 0 115 425 57 17
Binary 101100 10101 111010 11000 1000000 0 1001101 100010101 101111 1111

Color Harmonies of #2C153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C153A

Black with #2C153A

Text Example


Text Example

White with #2C153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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