Html Css Color HEX #1F1126 Blackcurrant

📋 copy color: '#1F1126'

red 31 ◦ green 17 ◦ blue 38

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

Shades of Blackcurrant #1F1126

Tints of Blackcurrant #1F1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 38 (15.23% from 255) = 44.19%

R = 36.05%
G = 19.77%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F1126 (or 0x1F1126) is known color: Blackcurrant. HEX triplet: 1F, 11 and 26. RGB value is (31,17,38). Sum of RGB (Red+Green+Blue) = 31+17+38=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1126 is #E0EED9. Grayscale: #171717. Windows color (decimal): -14741210 or 2494751. OLE color: 2494751.

HSL color Cylindrical-coordinate representation of color #1F1126: hue angle of 280º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F1126 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 17 38 -
CMYK 0.18 0.55 0 0.85
HSL 280º 0.38% 0.11% -
HSV(B) 280º 0.55% 0.15% -
XYZ 1.12 0.83 1.94 -
YUV 23.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 31 17 38 0.18 0.55 0 0.85 280 0.38 0.11
Hex 1F 11 26 12 37 0 55 118 26 B
Octal 37 21 46 22 67 0 125 430 46 13
Binary 11111 10001 100110 10010 110111 0 1010101 100011000 100110 1011

Color Harmonies of #1F1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1126

Black with #1F1126

Text Example


Text Example

White with #1F1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,17,38); }

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

background-color css

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

 a { background-color: rgb(31,17,38); }

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

border-color css

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

 span { border-color: rgb(31,17,38); }

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