Html Css Color HEX #1C013C Blackcurrant

📋 copy color: '#1C013C'

red 28 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #1C013C

Tints of Blackcurrant #1C013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

 BLUE value IS 60 (23.83% from 255) = 67.42%

R = 31.46%
G = 1.12%
B = 67.42%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C013C (or 0x1C013C) is known color: Blackcurrant. HEX triplet: 1C, 01 and 3C. RGB value is (28,1,60). Sum of RGB (Red+Green+Blue) = 28+1+60=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013C is #E3FEC3. Grayscale: #0F0F0F. Windows color (decimal): -14941892 or 3932444. OLE color: 3932444.

HSL color Cylindrical-coordinate representation of color #1C013C: hue angle of 267.46º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C013C is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 1 60 -
CMYK 0.53 0.98 0 0.76
HSL 267.46º 0.97% 0.12% -
HSV(B) 267.46º 0.98% 0.24% -
XYZ 1.31 0.59 4.32 -
YUV 15.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 28 1 60 0.53 0.98 0 0.76 267.46 0.97 0.12
Hex 1C 1 3C 35 62 0 4C 10B 61 C
Octal 34 1 74 65 142 0 114 413 141 14
Binary 11100 1 111100 110101 1100010 0 1001100 100001011 1100001 1100

Color Harmonies of #1C013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C013C

Black with #1C013C

Text Example


Text Example

White with #1C013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,60); }

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

background-color css

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

 a { background-color: rgb(28,1,60); }

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

border-color css

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

 span { border-color: rgb(28,1,60); }

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