Html Css Color HEX #2C0250 Blackcurrant

📋 copy color: '#2C0250'

red 44 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #2C0250

Tints of Blackcurrant #2C0250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 34.92%
G = 1.59%
B = 63.49%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C0250 (or 0x2C0250) is known color: Blackcurrant. HEX triplet: 2C, 02 and 50. RGB value is (44,2,80). Sum of RGB (Red+Green+Blue) = 44+2+80=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0250 is #D3FDAF. Grayscale: #171717. Windows color (decimal): -13893040 or 5243436. OLE color: 5243436.

HSL color Cylindrical-coordinate representation of color #2C0250: hue angle of 272.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0250 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 2 80 -
CMYK 0.45 0.98 0 0.69
HSL 272.31º 0.95% 0.16% -
HSV(B) 272.31º 0.98% 0.31% -
XYZ 2.51 1.16 7.68 -
YUV 23.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 44 2 80 0.45 0.98 0 0.69 272.31 0.95 0.16
Hex 2C 2 50 2D 62 0 45 110 5F 10
Octal 54 2 120 55 142 0 105 420 137 20
Binary 101100 10 1010000 101101 1100010 0 1000101 100010000 1011111 10000

Color Harmonies of #2C0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0250

Black with #2C0250

Text Example


Text Example

White with #2C0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,80); }

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

background-color css

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

 a { background-color: rgb(44,2,80); }

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

border-color css

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

 span { border-color: rgb(44,2,80); }

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