Html Css Color HEX #1F142E Blackcurrant

📋 copy color: '#1F142E'

red 31 ◦ green 20 ◦ blue 46

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

Shades of Blackcurrant #1F142E

Tints of Blackcurrant #1F142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 47.42%

R = 31.96%
G = 20.62%
B = 47.42%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F142E (or 0x1F142E) is known color: Blackcurrant. HEX triplet: 1F, 14 and 2E. RGB value is (31,20,46). Sum of RGB (Red+Green+Blue) = 31+20+46=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F142E is #E0EBD1. Grayscale: #1A1A1A. Windows color (decimal): -14740434 or 3019807. OLE color: 3019807.

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

Color convert

RGB 31 20 46 -
CMYK 0.33 0.57 0 0.82
HSL 265.38º 0.39% 0.13% -
HSV(B) 265.38º 0.57% 0.18% -
XYZ 1.31 0.99 2.71 -
YUV 26.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 31 20 46 0.33 0.57 0 0.82 265.38 0.39 0.13
Hex 1F 14 2E 21 39 0 52 109 27 D
Octal 37 24 56 41 71 0 122 411 47 15
Binary 11111 10100 101110 100001 111001 0 1010010 100001001 100111 1101

Color Harmonies of #1F142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F142E

Black with #1F142E

Text Example


Text Example

White with #1F142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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