Html Css Color HEX #1F1728 Blackcurrant

📋 copy color: '#1F1728'

red 31 ◦ green 23 ◦ blue 40

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

Shades of Blackcurrant #1F1728

Tints of Blackcurrant #1F1728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

 BLUE value IS 40 (16.02% from 255) = 42.55%

R = 32.98%
G = 24.47%
B = 42.55%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F1728 (or 0x1F1728) is known color: Blackcurrant. HEX triplet: 1F, 17 and 28. RGB value is (31,23,40). Sum of RGB (Red+Green+Blue) = 31+23+40=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1728 is #E0E8D7. Grayscale: #1B1B1B. Windows color (decimal): -14739672 or 2627359. OLE color: 2627359.

HSL color Cylindrical-coordinate representation of color #1F1728: hue angle of 268.24º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F1728 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 31 23 40 -
CMYK 0.22 0.43 0 0.84
HSL 268.24º 0.27% 0.12% -
HSV(B) 268.24º 0.43% 0.16% -
XYZ 1.25 1.06 2.15 -
YUV 27.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 31 23 40 0.22 0.43 0 0.84 268.24 0.27 0.12
Hex 1F 17 28 16 2B 0 54 10C 1B C
Octal 37 27 50 26 53 0 124 414 33 14
Binary 11111 10111 101000 10110 101011 0 1010100 100001100 11011 1100

Color Harmonies of #1F1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1728

Black with #1F1728

Text Example


Text Example

White with #1F1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,23,40); }

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

background-color css

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

 a { background-color: rgb(31,23,40); }

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

border-color css

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

 span { border-color: rgb(31,23,40); }

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