Html Css Color HEX #2C0235 Blackcurrant

📋 copy color: '#2C0235'

red 44 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #2C0235

Tints of Blackcurrant #2C0235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 53.54%

R = 44.44%
G = 2.02%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2C0235 (or 0x2C0235) is known color: Blackcurrant. HEX triplet: 2C, 02 and 35. RGB value is (44,2,53). Sum of RGB (Red+Green+Blue) = 44+2+53=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #2C0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0235 is #D3FDCA. Grayscale: #141414. Windows color (decimal): -13893067 or 3473964. OLE color: 3473964.

HSL color Cylindrical-coordinate representation of color #2C0235: hue angle of 289.41º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0235 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 44 2 53 -
CMYK 0.17 0.96 0 0.79
HSL 289.41º 0.93% 0.11% -
HSV(B) 289.41º 0.96% 0.21% -
XYZ 1.7 0.84 3.44 -
YUV 20.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 44 2 53 0.17 0.96 0 0.79 289.41 0.93 0.11
Hex 2C 2 35 11 60 0 4F 121 5D B
Octal 54 2 65 21 140 0 117 441 135 13
Binary 101100 10 110101 10001 1100000 0 1001111 100100001 1011101 1011

Color Harmonies of #2C0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0235

Black with #2C0235

Text Example


Text Example

White with #2C0235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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