Html Css Color HEX #1F1127 Blackcurrant

📋 copy color: '#1F1127'

red 31 ◦ green 17 ◦ blue 39

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

Shades of Blackcurrant #1F1127

Tints of Blackcurrant #1F1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 44.83%

R = 35.63%
G = 19.54%
B = 44.83%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F1127 (or 0x1F1127) is known color: Blackcurrant. HEX triplet: 1F, 11 and 27. RGB value is (31,17,39). Sum of RGB (Red+Green+Blue) = 31+17+39=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1127 is #E0EED8. Grayscale: #171717. Windows color (decimal): -14741209 or 2560287. OLE color: 2560287.

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

Color convert

RGB 31 17 39 -
CMYK 0.21 0.56 0 0.85
HSL 278.18º 0.39% 0.11% -
HSV(B) 278.18º 0.56% 0.15% -
XYZ 1.13 0.84 2.02 -
YUV 23.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 31 17 39 0.21 0.56 0 0.85 278.18 0.39 0.11
Hex 1F 11 27 15 38 0 55 116 27 B
Octal 37 21 47 25 70 0 125 426 47 13
Binary 11111 10001 100111 10101 111000 0 1010101 100010110 100111 1011

Color Harmonies of #1F1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1127

Black with #1F1127

Text Example


Text Example

White with #1F1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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