Html Css Color HEX #1C131F Blackcurrant

📋 copy color: '#1C131F'

red 28 ◦ green 19 ◦ blue 31

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

Shades of Blackcurrant #1C131F

Tints of Blackcurrant #1C131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 35.9%
G = 24.36%
B = 39.74%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C131F (or 0x1C131F) is known color: Blackcurrant. HEX triplet: 1C, 13 and 1F. RGB value is (28,19,31). Sum of RGB (Red+Green+Blue) = 28+19+31=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131F is #E3ECE0. Grayscale: #171717. Windows color (decimal): -14937313 or 2036508. OLE color: 2036508.

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

Color convert

RGB 28 19 31 -
CMYK 0.10 0.39 0 0.88
HSL 285º 0.24% 0.1% -
HSV(B) 285º 0.39% 0.12% -
XYZ 0.96 0.81 1.4 -
YUV 23.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 28 19 31 0.10 0.39 0 0.88 285 0.24 0.1
Hex 1C 13 1F A 27 0 58 11D 18 A
Octal 34 23 37 12 47 0 130 435 30 12
Binary 11100 10011 11111 1010 100111 0 1011000 100011101 11000 1010

Color Harmonies of #1C131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C131F

Black with #1C131F

Text Example


Text Example

White with #1C131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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