Html Css Color HEX #1F142B Blackcurrant

📋 copy color: '#1F142B'

red 31 ◦ green 20 ◦ blue 43

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

Shades of Blackcurrant #1F142B

Tints of Blackcurrant #1F142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 32.98%
G = 21.28%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1F142B (or 0x1F142B) is known color: Blackcurrant. HEX triplet: 1F, 14 and 2B. RGB value is (31,20,43). Sum of RGB (Red+Green+Blue) = 31+20+43=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F142B is #E0EBD4. Grayscale: #191919. Windows color (decimal): -14740437 or 2823199. OLE color: 2823199.

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

Color convert

RGB 31 20 43 -
CMYK 0.28 0.53 0 0.83
HSL 268.7º 0.37% 0.12% -
HSV(B) 268.7º 0.53% 0.17% -
XYZ 1.25 0.97 2.41 -
YUV 25.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 31 20 43 0.28 0.53 0 0.83 268.7 0.37 0.12
Hex 1F 14 2B 1C 35 0 53 10D 25 C
Octal 37 24 53 34 65 0 123 415 45 14
Binary 11111 10100 101011 11100 110101 0 1010011 100001101 100101 1100

Color Harmonies of #1F142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F142B

Black with #1F142B

Text Example


Text Example

White with #1F142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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