Html Css Color HEX #1F112F Blackcurrant

📋 copy color: '#1F112F'

red 31 ◦ green 17 ◦ blue 47

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

Shades of Blackcurrant #1F112F

Tints of Blackcurrant #1F112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 32.63%
G = 17.89%
B = 49.47%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F112F (or 0x1F112F) is known color: Blackcurrant. HEX triplet: 1F, 11 and 2F. RGB value is (31,17,47). Sum of RGB (Red+Green+Blue) = 31+17+47=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F112F is #E0EED0. Grayscale: #181818. Windows color (decimal): -14741201 or 3084575. OLE color: 3084575.

HSL color Cylindrical-coordinate representation of color #1F112F: hue angle of 268º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F112F is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 17 47 -
CMYK 0.34 0.64 0 0.82
HSL 268º 0.47% 0.13% -
HSV(B) 268º 0.64% 0.18% -
XYZ 1.28 0.9 2.8 -
YUV 24.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 31 17 47 0.34 0.64 0 0.82 268 0.47 0.13
Hex 1F 11 2F 22 40 0 52 10C 2F D
Octal 37 21 57 42 100 0 122 414 57 15
Binary 11111 10001 101111 100010 1000000 0 1010010 100001100 101111 1101

Color Harmonies of #1F112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F112F

Black with #1F112F

Text Example


Text Example

White with #1F112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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