Html Css Color HEX #1F1029 Blackcurrant

📋 copy color: '#1F1029'

red 31 ◦ green 16 ◦ blue 41

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

Shades of Blackcurrant #1F1029

Tints of Blackcurrant #1F1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

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

R = 35.23%
G = 18.18%
B = 46.59%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F1029 (or 0x1F1029) is known color: Blackcurrant. HEX triplet: 1F, 10 and 29. RGB value is (31,16,41). Sum of RGB (Red+Green+Blue) = 31+16+41=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1029 is #E0EFD6. Grayscale: #171717. Windows color (decimal): -14741463 or 2691103. OLE color: 2691103.

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

Color convert

RGB 31 16 41 -
CMYK 0.24 0.61 0 0.84
HSL 276º 0.44% 0.11% -
HSV(B) 276º 0.61% 0.16% -
XYZ 1.15 0.82 2.2 -
YUV 23.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 31 16 41 0.24 0.61 0 0.84 276 0.44 0.11
Hex 1F 10 29 18 3D 0 54 114 2C B
Octal 37 20 51 30 75 0 124 424 54 13
Binary 11111 10000 101001 11000 111101 0 1010100 100010100 101100 1011

Color Harmonies of #1F1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1029

Black with #1F1029

Text Example


Text Example

White with #1F1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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