Html Css Color HEX #2C0F40 Blackcurrant

📋 copy color: '#2C0F40'

red 44 ◦ green 15 ◦ blue 64

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

Shades of Blackcurrant #2C0F40

Tints of Blackcurrant #2C0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 64 (25.39% from 255) = 52.03%

R = 35.77%
G = 12.2%
B = 52.03%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C0F40 (or 0x2C0F40) is known color: Blackcurrant. HEX triplet: 2C, 0F and 40. RGB value is (44,15,64). Sum of RGB (Red+Green+Blue) = 44+15+64=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C0F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F40 is #D3F0BF. Grayscale: #1D1D1D. Windows color (decimal): -13889728 or 4198188. OLE color: 4198188.

HSL color Cylindrical-coordinate representation of color #2C0F40: hue angle of 275.51º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C0F40 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 15 64 -
CMYK 0.31 0.77 0 0.75
HSL 275.51º 0.62% 0.15% -
HSV(B) 275.51º 0.77% 0.25% -
XYZ 2.13 1.25 4.98 -
YUV 29.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 44 15 64 0.31 0.77 0 0.75 275.51 0.62 0.15
Hex 2C F 40 1F 4D 0 4B 114 3E F
Octal 54 17 100 37 115 0 113 424 76 17
Binary 101100 1111 1000000 11111 1001101 0 1001011 100010100 111110 1111

Color Harmonies of #2C0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0F40

Black with #2C0F40

Text Example


Text Example

White with #2C0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,15,64); }

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

background-color css

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

 a { background-color: rgb(44,15,64); }

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

border-color css

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

 span { border-color: rgb(44,15,64); }

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