Html Css Color HEX #1C0931 Blackcurrant

📋 copy color: '#1C0931'

red 28 ◦ green 9 ◦ blue 49

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

Shades of Blackcurrant #1C0931

Tints of Blackcurrant #1C0931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 56.98%

R = 32.56%
G = 10.47%
B = 56.98%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1C0931 (or 0x1C0931) is known color: Blackcurrant. HEX triplet: 1C, 09 and 31. RGB value is (28,9,49). Sum of RGB (Red+Green+Blue) = 28+9+49=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0931 is #E3F6CE. Grayscale: #131313. Windows color (decimal): -14939855 or 3213596. OLE color: 3213596.

HSL color Cylindrical-coordinate representation of color #1C0931: hue angle of 268.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0931 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 9 49 -
CMYK 0.43 0.82 0 0.81
HSL 268.5º 0.69% 0.11% -
HSV(B) 268.5º 0.82% 0.19% -
XYZ 1.13 0.66 2.97 -
YUV 19.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 28 9 49 0.43 0.82 0 0.81 268.5 0.69 0.11
Hex 1C 9 31 2B 52 0 51 10C 45 B
Octal 34 11 61 53 122 0 121 414 105 13
Binary 11100 1001 110001 101011 1010010 0 1010001 100001100 1000101 1011

Color Harmonies of #1C0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0931

Black with #1C0931

Text Example


Text Example

White with #1C0931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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