Html Css Color HEX #1C043A Blackcurrant

📋 copy color: '#1C043A'

red 28 ◦ green 4 ◦ blue 58

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

Shades of Blackcurrant #1C043A

Tints of Blackcurrant #1C043A

RGB

 RED value IS 28 (11.33% from 255) = 31.11%

 GREEN value IS 4 (1.95% from 255) = 4.44%

 BLUE value IS 58 (23.05% from 255) = 64.44%

R = 31.11%
G = 4.44%
B = 64.44%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C043A (or 0x1C043A) is known color: Blackcurrant. HEX triplet: 1C, 04 and 3A. RGB value is (28,4,58). Sum of RGB (Red+Green+Blue) = 28+4+58=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C043A is #E3FBC5. Grayscale: #111111. Windows color (decimal): -14941126 or 3802140. OLE color: 3802140.

HSL color Cylindrical-coordinate representation of color #1C043A: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C043A is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 4 58 -
CMYK 0.52 0.93 0 0.77
HSL 266.67º 0.87% 0.12% -
HSV(B) 266.67º 0.93% 0.23% -
XYZ 1.29 0.64 4.06 -
YUV 17.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 28 4 58 0.52 0.93 0 0.77 266.67 0.87 0.12
Hex 1C 4 3A 34 5D 0 4D 10B 57 C
Octal 34 4 72 64 135 0 115 413 127 14
Binary 11100 100 111010 110100 1011101 0 1001101 100001011 1010111 1100

Color Harmonies of #1C043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C043A

Black with #1C043A

Text Example


Text Example

White with #1C043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C043A; }

 p { color: rgb(28,4,58); }

 H1.HeaderClassName
 {
   color: #1C043A;
 }
 .AnyTagClassName
 {
   color: #1C043A;
 }
</style>

background-color css

<style>
 a { background-color: #1C043A; }

 a { background-color: rgb(28,4,58); }

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

border-color css

<style>
 span { border-color: #1C043A; }

 span { border-color: rgb(28,4,58); }

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