Html Css Color HEX #1C191E Blackcurrant

📋 copy color: '#1C191E'

red 28 ◦ green 25 ◦ blue 30

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

Shades of Blackcurrant #1C191E

Tints of Blackcurrant #1C191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 30 (12.11% from 255) = 36.14%

R = 33.73%
G = 30.12%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C191E (or 0x1C191E) is known color: Blackcurrant. HEX triplet: 1C, 19 and 1E. RGB value is (28,25,30). Sum of RGB (Red+Green+Blue) = 28+25+30=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191E is #E3E6E1. Grayscale: #1A1A1A. Windows color (decimal): -14935778 or 1972508. OLE color: 1972508.

HSL color Cylindrical-coordinate representation of color #1C191E: hue angle of 276º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1C191E is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 25 30 -
CMYK 0.07 0.17 0 0.88
HSL 276º 0.09% 0.11% -
HSV(B) 276º 0.17% 0.12% -
XYZ 1.06 1.04 1.37 -
YUV 26.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 28 25 30 0.07 0.17 0 0.88 276 0.09 0.11
Hex 1C 19 1E 7 11 0 58 114 9 B
Octal 34 31 36 7 21 0 130 424 11 13
Binary 11100 11001 11110 111 10001 0 1011000 100010100 1001 1011

Color Harmonies of #1C191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C191E

Black with #1C191E

Text Example


Text Example

White with #1C191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,30); }

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

background-color css

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

 a { background-color: rgb(28,25,30); }

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

border-color css

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

 span { border-color: rgb(28,25,30); }

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