Html Css Color HEX #1F112C Blackcurrant

📋 copy color: '#1F112C'

red 31 ◦ green 17 ◦ blue 44

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

Shades of Blackcurrant #1F112C

Tints of Blackcurrant #1F112C

RGB

 RED value IS 31 (12.5% from 255) = 33.7%

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 33.7%
G = 18.48%
B = 47.83%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1F112C (or 0x1F112C) is known color: Blackcurrant. HEX triplet: 1F, 11 and 2C. RGB value is (31,17,44). Sum of RGB (Red+Green+Blue) = 31+17+44=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F112C is #E0EED3. Grayscale: #181818. Windows color (decimal): -14741204 or 2887967. OLE color: 2887967.

HSL color Cylindrical-coordinate representation of color #1F112C: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F112C is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 31 17 44 -
CMYK 0.30 0.61 0 0.83
HSL 271.11º 0.44% 0.12% -
HSV(B) 271.11º 0.61% 0.17% -
XYZ 1.22 0.87 2.49 -
YUV 24.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 31 17 44 0.30 0.61 0 0.83 271.11 0.44 0.12
Hex 1F 11 2C 1E 3D 0 53 10F 2C C
Octal 37 21 54 36 75 0 123 417 54 14
Binary 11111 10001 101100 11110 111101 0 1010011 100001111 101100 1100

Color Harmonies of #1F112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F112C

Black with #1F112C

Text Example


Text Example

White with #1F112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,17,44); }

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

background-color css

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

 a { background-color: rgb(31,17,44); }

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

border-color css

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

 span { border-color: rgb(31,17,44); }

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