Html Css Color HEX #2C003F Blackcurrant

📋 copy color: '#2C003F'

red 44 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #2C003F

Tints of Blackcurrant #2C003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 58.88%

R = 41.12%
G = 0%
B = 58.88%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C003F (or 0x2C003F) is known color: Blackcurrant. HEX triplet: 2C, 00 and 3F. RGB value is (44,0,63). Sum of RGB (Red+Green+Blue) = 44+0+63=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C003F is #D3FFC0. Grayscale: #141414. Windows color (decimal): -13893569 or 4128812. OLE color: 4128812.

HSL color Cylindrical-coordinate representation of color #2C003F: hue angle of 281.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C003F is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 0 63 -
CMYK 0.30 1 0 0.75
HSL 281.9º 1% 0.12% -
HSV(B) 281.9º 1% 0.25% -
XYZ 1.94 0.89 4.77 -
YUV 20.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 44 0 63 0.30 1 0 0.75 281.9 1 0.12
Hex 2C 0 3F 1E 64 0 4B 11A 64 C
Octal 54 0 77 36 144 0 113 432 144 14
Binary 101100 0 111111 11110 1100100 0 1001011 100011010 1100100 1100

Color Harmonies of #2C003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C003F

Black with #2C003F

Text Example


Text Example

White with #2C003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,0,63); }

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

background-color css

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

 a { background-color: rgb(44,0,63); }

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

border-color css

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

 span { border-color: rgb(44,0,63); }

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