Html Css Color HEX #1C023A Blackcurrant

📋 copy color: '#1C023A'

red 28 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #1C023A

Tints of Blackcurrant #1C023A

RGB

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

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

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

R = 31.82%
G = 2.27%
B = 65.91%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C023A (or 0x1C023A) is known color: Blackcurrant. HEX triplet: 1C, 02 and 3A. RGB value is (28,2,58). Sum of RGB (Red+Green+Blue) = 28+2+58=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C023A is #E3FDC5. Grayscale: #0F0F0F. Windows color (decimal): -14941638 or 3801628. OLE color: 3801628.

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

Color convert

RGB 28 2 58 -
CMYK 0.52 0.97 0 0.77
HSL 267.86º 0.93% 0.12% -
HSV(B) 267.86º 0.97% 0.23% -
XYZ 1.26 0.6 4.05 -
YUV 16.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 28 2 58 0.52 0.97 0 0.77 267.86 0.93 0.12
Hex 1C 2 3A 34 61 0 4D 10C 5D C
Octal 34 2 72 64 141 0 115 414 135 14
Binary 11100 10 111010 110100 1100001 0 1001101 100001100 1011101 1100

Color Harmonies of #1C023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C023A

Black with #1C023A

Text Example


Text Example

White with #1C023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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