Html Css Color HEX #1C151F Blackcurrant

📋 copy color: '#1C151F'

red 28 ◦ green 21 ◦ blue 31

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

Shades of Blackcurrant #1C151F

Tints of Blackcurrant #1C151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 35%
G = 26.25%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C151F (or 0x1C151F) is known color: Blackcurrant. HEX triplet: 1C, 15 and 1F. RGB value is (28,21,31). Sum of RGB (Red+Green+Blue) = 28+21+31=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C151F is #E3EAE0. Grayscale: #181818. Windows color (decimal): -14936801 or 2037020. OLE color: 2037020.

HSL color Cylindrical-coordinate representation of color #1C151F: hue angle of 282º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C151F is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 21 31 -
CMYK 0.10 0.32 0 0.88
HSL 282º 0.19% 0.1% -
HSV(B) 282º 0.32% 0.12% -
XYZ 0.99 0.88 1.41 -
YUV 24.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 28 21 31 0.10 0.32 0 0.88 282 0.19 0.1
Hex 1C 15 1F A 20 0 58 11A 13 A
Octal 34 25 37 12 40 0 130 432 23 12
Binary 11100 10101 11111 1010 100000 0 1011000 100011010 10011 1010

Color Harmonies of #1C151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C151F

Black with #1C151F

Text Example


Text Example

White with #1C151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,31); }

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

background-color css

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

 a { background-color: rgb(28,21,31); }

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

border-color css

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

 span { border-color: rgb(28,21,31); }

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