Html Css Color HEX #1C181E Blackcurrant

📋 copy color: '#1C181E'

red 28 ◦ green 24 ◦ blue 30

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

Shades of Blackcurrant #1C181E

Tints of Blackcurrant #1C181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 34.15%
G = 29.27%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C181E (or 0x1C181E) is known color: Blackcurrant. HEX triplet: 1C, 18 and 1E. RGB value is (28,24,30). Sum of RGB (Red+Green+Blue) = 28+24+30=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181E is #E3E7E1. Grayscale: #191919. Windows color (decimal): -14936034 or 1972252. OLE color: 1972252.

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

Color convert

RGB 28 24 30 -
CMYK 0.07 0.20 0 0.88
HSL 280º 0.11% 0.11% -
HSV(B) 280º 0.2% 0.12% -
XYZ 1.04 0.99 1.37 -
YUV 25.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 28 24 30 0.07 0.20 0 0.88 280 0.11 0.11
Hex 1C 18 1E 7 14 0 58 118 B B
Octal 34 30 36 7 24 0 130 430 13 13
Binary 11100 11000 11110 111 10100 0 1011000 100011000 1011 1011

Color Harmonies of #1C181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C181E

Black with #1C181E

Text Example


Text Example

White with #1C181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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