Html Css Color HEX #1C112D Blackcurrant

📋 copy color: '#1C112D'

red 28 ◦ green 17 ◦ blue 45

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

Shades of Blackcurrant #1C112D

Tints of Blackcurrant #1C112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 50%

R = 31.11%
G = 18.89%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C112D (or 0x1C112D) is known color: Blackcurrant. HEX triplet: 1C, 11 and 2D. RGB value is (28,17,45). Sum of RGB (Red+Green+Blue) = 28+17+45=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C112D is #E3EED2. Grayscale: #171717. Windows color (decimal): -14937811 or 2953500. OLE color: 2953500.

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

Color convert

RGB 28 17 45 -
CMYK 0.38 0.62 0 0.82
HSL 263.57º 0.45% 0.12% -
HSV(B) 263.57º 0.62% 0.18% -
XYZ 1.15 0.84 2.58 -
YUV 23.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 28 17 45 0.38 0.62 0 0.82 263.57 0.45 0.12
Hex 1C 11 2D 26 3E 0 52 108 2D C
Octal 34 21 55 46 76 0 122 410 55 14
Binary 11100 10001 101101 100110 111110 0 1010010 100001000 101101 1100

Color Harmonies of #1C112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C112D

Black with #1C112D

Text Example


Text Example

White with #1C112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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