Html Css Color HEX #2C1440 Blackcurrant

📋 copy color: '#2C1440'

red 44 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #2C1440

Tints of Blackcurrant #2C1440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 34.38%
G = 15.63%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C1440 (or 0x2C1440) is known color: Blackcurrant. HEX triplet: 2C, 14 and 40. RGB value is (44,20,64). Sum of RGB (Red+Green+Blue) = 44+20+64=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1440 is #D3EBBF. Grayscale: #202020. Windows color (decimal): -13888448 or 4199468. OLE color: 4199468.

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

Color convert

RGB 44 20 64 -
CMYK 0.31 0.69 0 0.75
HSL 272.73º 0.52% 0.16% -
HSV(B) 272.73º 0.69% 0.25% -
XYZ 2.21 1.41 5.01 -
YUV 32.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 44 20 64 0.31 0.69 0 0.75 272.73 0.52 0.16
Hex 2C 14 40 1F 45 0 4B 111 34 10
Octal 54 24 100 37 105 0 113 421 64 20
Binary 101100 10100 1000000 11111 1000101 0 1001011 100010001 110100 10000

Color Harmonies of #2C1440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1440

Black with #2C1440

Text Example


Text Example

White with #2C1440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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