Html Css Color HEX #1C071F Blackcurrant

📋 copy color: '#1C071F'

red 28 ◦ green 7 ◦ blue 31

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

Shades of Blackcurrant #1C071F

Tints of Blackcurrant #1C071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.61%

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

R = 42.42%
G = 10.61%
B = 46.97%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C071F (or 0x1C071F) is known color: Blackcurrant. HEX triplet: 1C, 07 and 1F. RGB value is (28,7,31). Sum of RGB (Red+Green+Blue) = 28+7+31=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C071F is #E3F8E0. Grayscale: #0F0F0F. Windows color (decimal): -14940385 or 2033436. OLE color: 2033436.

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

Color convert

RGB 28 7 31 -
CMYK 0.10 0.77 0 0.88
HSL 292.5º 0.63% 0.07% -
HSV(B) 292.5º 0.77% 0.12% -
XYZ 0.8 0.5 1.35 -
YUV 16.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 28 7 31 0.10 0.77 0 0.88 292.5 0.63 0.07
Hex 1C 7 1F A 4D 0 58 124 3F 7
Octal 34 7 37 12 115 0 130 444 77 7
Binary 11100 111 11111 1010 1001101 0 1011000 100100100 111111 111

Color Harmonies of #1C071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C071F

Black with #1C071F

Text Example


Text Example

White with #1C071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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