Html Css Color HEX #1C013F Blackcurrant

📋 copy color: '#1C013F'

red 28 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #1C013F

Tints of Blackcurrant #1C013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 68.48%

R = 30.43%
G = 1.09%
B = 68.48%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C013F (or 0x1C013F) is known color: Blackcurrant. HEX triplet: 1C, 01 and 3F. RGB value is (28,1,63). Sum of RGB (Red+Green+Blue) = 28+1+63=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013F is #E3FEC0. Grayscale: #0F0F0F. Windows color (decimal): -14941889 or 4129052. OLE color: 4129052.

HSL color Cylindrical-coordinate representation of color #1C013F: hue angle of 266.13º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C013F is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 1 63 -
CMYK 0.56 0.98 0 0.75
HSL 266.13º 0.97% 0.13% -
HSV(B) 266.13º 0.98% 0.25% -
XYZ 1.39 0.63 4.75 -
YUV 16.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 28 1 63 0.56 0.98 0 0.75 266.13 0.97 0.13
Hex 1C 1 3F 38 62 0 4B 10A 61 D
Octal 34 1 77 70 142 0 113 412 141 15
Binary 11100 1 111111 111000 1100010 0 1001011 100001010 1100001 1101

Color Harmonies of #1C013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C013F

Black with #1C013F

Text Example


Text Example

White with #1C013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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