Html Css Color HEX #1C021F Blackcurrant

📋 copy color: '#1C021F'

red 28 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #1C021F

Tints of Blackcurrant #1C021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.28%

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

R = 45.9%
G = 3.28%
B = 50.82%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C021F (or 0x1C021F) is known color: Blackcurrant. HEX triplet: 1C, 02 and 1F. RGB value is (28,2,31). Sum of RGB (Red+Green+Blue) = 28+2+31=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C021F is #E3FDE0. Grayscale: #0C0C0C. Windows color (decimal): -14941665 or 2032156. OLE color: 2032156.

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

Color convert

RGB 28 2 31 -
CMYK 0.10 0.94 0 0.88
HSL 293.79º 0.88% 0.06% -
HSV(B) 293.79º 0.94% 0.12% -
XYZ 0.75 0.39 1.33 -
YUV 13.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 28 2 31 0.10 0.94 0 0.88 293.79 0.88 0.06
Hex 1C 2 1F A 5E 0 58 126 58 6
Octal 34 2 37 12 136 0 130 446 130 6
Binary 11100 10 11111 1010 1011110 0 1011000 100100110 1011000 110

Color Harmonies of #1C021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C021F

Black with #1C021F

Text Example


Text Example

White with #1C021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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