Html Css Color HEX #1C112E Blackcurrant

📋 copy color: '#1C112E'

red 28 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #1C112E

Tints of Blackcurrant #1C112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.68%

 BLUE value IS 46 (18.36% from 255) = 50.55%

R = 30.77%
G = 18.68%
B = 50.55%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C112E (or 0x1C112E) is known color: Blackcurrant. HEX triplet: 1C, 11 and 2E. RGB value is (28,17,46). Sum of RGB (Red+Green+Blue) = 28+17+46=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C112E is #E3EED1. Grayscale: #171717. Windows color (decimal): -14937810 or 3019036. OLE color: 3019036.

HSL color Cylindrical-coordinate representation of color #1C112E: hue angle of 262.76º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C112E is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 17 46 -
CMYK 0.39 0.63 0 0.82
HSL 262.76º 0.46% 0.12% -
HSV(B) 262.76º 0.63% 0.18% -
XYZ 1.17 0.85 2.69 -
YUV 23.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 28 17 46 0.39 0.63 0 0.82 262.76 0.46 0.12
Hex 1C 11 2E 27 3F 0 52 107 2E C
Octal 34 21 56 47 77 0 122 407 56 14
Binary 11100 10001 101110 100111 111111 0 1010010 100000111 101110 1100

Color Harmonies of #1C112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C112E

Black with #1C112E

Text Example


Text Example

White with #1C112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,46); }

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

background-color css

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

 a { background-color: rgb(28,17,46); }

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

border-color css

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

 span { border-color: rgb(28,17,46); }

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