Html Css Color HEX #1C131E Blackcurrant

📋 copy color: '#1C131E'

red 28 ◦ green 19 ◦ blue 30

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

Shades of Blackcurrant #1C131E

Tints of Blackcurrant #1C131E

RGB

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

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

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

R = 36.36%
G = 24.68%
B = 38.96%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C131E (or 0x1C131E) is known color: Blackcurrant. HEX triplet: 1C, 13 and 1E. RGB value is (28,19,30). Sum of RGB (Red+Green+Blue) = 28+19+30=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131E is #E3ECE1. Grayscale: #161616. Windows color (decimal): -14937314 or 1970972. OLE color: 1970972.

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

Color convert

RGB 28 19 30 -
CMYK 0.07 0.37 0 0.88
HSL 289.09º 0.22% 0.1% -
HSV(B) 289.09º 0.37% 0.12% -
XYZ 0.95 0.81 1.33 -
YUV 22.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 28 19 30 0.07 0.37 0 0.88 289.09 0.22 0.1
Hex 1C 13 1E 7 25 0 58 121 16 A
Octal 34 23 36 7 45 0 130 441 26 12
Binary 11100 10011 11110 111 100101 0 1011000 100100001 10110 1010

Color Harmonies of #1C131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C131E

Black with #1C131E

Text Example


Text Example

White with #1C131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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