Html Css Color HEX #1F1629 Blackcurrant

📋 copy color: '#1F1629'

red 31 ◦ green 22 ◦ blue 41

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

Shades of Blackcurrant #1F1629

Tints of Blackcurrant #1F1629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

 BLUE value IS 41 (16.41% from 255) = 43.62%

R = 32.98%
G = 23.4%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F1629 (or 0x1F1629) is known color: Blackcurrant. HEX triplet: 1F, 16 and 29. RGB value is (31,22,41). Sum of RGB (Red+Green+Blue) = 31+22+41=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1629 is #E0E9D6. Grayscale: #1A1A1A. Windows color (decimal): -14739927 or 2692639. OLE color: 2692639.

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

Color convert

RGB 31 22 41 -
CMYK 0.24 0.46 0 0.84
HSL 268.42º 0.3% 0.12% -
HSV(B) 268.42º 0.46% 0.16% -
XYZ 1.25 1.03 2.23 -
YUV 26.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 31 22 41 0.24 0.46 0 0.84 268.42 0.3 0.12
Hex 1F 16 29 18 2E 0 54 10C 1E C
Octal 37 26 51 30 56 0 124 414 36 14
Binary 11111 10110 101001 11000 101110 0 1010100 100001100 11110 1100

Color Harmonies of #1F1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1629

Black with #1F1629

Text Example


Text Example

White with #1F1629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,41); }

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

background-color css

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

 a { background-color: rgb(31,22,41); }

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

border-color css

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

 span { border-color: rgb(31,22,41); }

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