Html Css Color HEX #1F142D Blackcurrant

📋 copy color: '#1F142D'

red 31 ◦ green 20 ◦ blue 45

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

Shades of Blackcurrant #1F142D

Tints of Blackcurrant #1F142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

 BLUE value IS 45 (17.97% from 255) = 46.88%

R = 32.29%
G = 20.83%
B = 46.88%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F142D (or 0x1F142D) is known color: Blackcurrant. HEX triplet: 1F, 14 and 2D. RGB value is (31,20,45). Sum of RGB (Red+Green+Blue) = 31+20+45=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F142D is #E0EBD2. Grayscale: #1A1A1A. Windows color (decimal): -14740435 or 2954271. OLE color: 2954271.

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

Color convert

RGB 31 20 45 -
CMYK 0.31 0.56 0 0.82
HSL 266.4º 0.38% 0.13% -
HSV(B) 266.4º 0.56% 0.18% -
XYZ 1.29 0.98 2.6 -
YUV 26.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 31 20 45 0.31 0.56 0 0.82 266.4 0.38 0.13
Hex 1F 14 2D 1F 38 0 52 10A 26 D
Octal 37 24 55 37 70 0 122 412 46 15
Binary 11111 10100 101101 11111 111000 0 1010010 100001010 100110 1101

Color Harmonies of #1F142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F142D

Black with #1F142D

Text Example


Text Example

White with #1F142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,45); }

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

background-color css

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

 a { background-color: rgb(31,20,45); }

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

border-color css

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

 span { border-color: rgb(31,20,45); }

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