Html Css Color HEX #1F1229 Blackcurrant

📋 copy color: '#1F1229'

red 31 ◦ green 18 ◦ blue 41

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

Shades of Blackcurrant #1F1229

Tints of Blackcurrant #1F1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 34.44%
G = 20%
B = 45.56%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F1229 (or 0x1F1229) is known color: Blackcurrant. HEX triplet: 1F, 12 and 29. RGB value is (31,18,41). Sum of RGB (Red+Green+Blue) = 31+18+41=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1229 is #E0EDD6. Grayscale: #181818. Windows color (decimal): -14740951 or 2691615. OLE color: 2691615.

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

Color convert

RGB 31 18 41 -
CMYK 0.24 0.56 0 0.84
HSL 273.91º 0.39% 0.12% -
HSV(B) 273.91º 0.56% 0.16% -
XYZ 1.18 0.88 2.21 -
YUV 24.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 31 18 41 0.24 0.56 0 0.84 273.91 0.39 0.12
Hex 1F 12 29 18 38 0 54 112 27 C
Octal 37 22 51 30 70 0 124 422 47 14
Binary 11111 10010 101001 11000 111000 0 1010100 100010010 100111 1100

Color Harmonies of #1F1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1229

Black with #1F1229

Text Example


Text Example

White with #1F1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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