Html Css Color HEX #1C091F Blackcurrant

📋 copy color: '#1C091F'

red 28 ◦ green 9 ◦ blue 31

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

Shades of Blackcurrant #1C091F

Tints of Blackcurrant #1C091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.24%

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

R = 41.18%
G = 13.24%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C091F (or 0x1C091F) is known color: Blackcurrant. HEX triplet: 1C, 09 and 1F. RGB value is (28,9,31). Sum of RGB (Red+Green+Blue) = 28+9+31=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091F is #E3F6E0. Grayscale: #111111. Windows color (decimal): -14939873 or 2033948. OLE color: 2033948.

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

Color convert

RGB 28 9 31 -
CMYK 0.10 0.71 0 0.88
HSL 291.82º 0.55% 0.08% -
HSV(B) 291.82º 0.71% 0.12% -
XYZ 0.82 0.54 1.36 -
YUV 17.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 28 9 31 0.10 0.71 0 0.88 291.82 0.55 0.08
Hex 1C 9 1F A 47 0 58 124 37 8
Octal 34 11 37 12 107 0 130 444 67 10
Binary 11100 1001 11111 1010 1000111 0 1011000 100100100 110111 1000

Color Harmonies of #1C091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C091F

Black with #1C091F

Text Example


Text Example

White with #1C091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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