Html Css Color HEX #1C013D Blackcurrant

📋 copy color: '#1C013D'

red 28 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #1C013D

Tints of Blackcurrant #1C013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 67.78%

R = 31.11%
G = 1.11%
B = 67.78%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C013D (or 0x1C013D) is known color: Blackcurrant. HEX triplet: 1C, 01 and 3D. RGB value is (28,1,61). Sum of RGB (Red+Green+Blue) = 28+1+61=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013D is #E3FEC2. Grayscale: #0F0F0F. Windows color (decimal): -14941891 or 3997980. OLE color: 3997980.

HSL color Cylindrical-coordinate representation of color #1C013D: hue angle of 267º 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 #1C013D is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 1 61 -
CMYK 0.54 0.98 0 0.76
HSL 267º 0.97% 0.12% -
HSV(B) 267º 0.98% 0.24% -
XYZ 1.33 0.61 4.46 -
YUV 15.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 28 1 61 0.54 0.98 0 0.76 267 0.97 0.12
Hex 1C 1 3D 36 62 0 4C 10B 61 C
Octal 34 1 75 66 142 0 114 413 141 14
Binary 11100 1 111101 110110 1100010 0 1001100 100001011 1100001 1100

Color Harmonies of #1C013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C013D

Black with #1C013D

Text Example


Text Example

White with #1C013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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