Html Css Color HEX #1F1132 Blackcurrant

📋 copy color: '#1F1132'

red 31 ◦ green 17 ◦ blue 50

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

Shades of Blackcurrant #1F1132

Tints of Blackcurrant #1F1132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 51.02%

R = 31.63%
G = 17.35%
B = 51.02%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1F1132 (or 0x1F1132) is known color: Blackcurrant. HEX triplet: 1F, 11 and 32. RGB value is (31,17,50). Sum of RGB (Red+Green+Blue) = 31+17+50=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1132 is #E0EECD. Grayscale: #181818. Windows color (decimal): -14741198 or 3281183. OLE color: 3281183.

HSL color Cylindrical-coordinate representation of color #1F1132: hue angle of 265.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F1132 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 17 50 -
CMYK 0.38 0.66 0 0.80
HSL 265.45º 0.49% 0.13% -
HSV(B) 265.45º 0.66% 0.2% -
XYZ 1.34 0.92 3.12 -
YUV 24.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 31 17 50 0.38 0.66 0 0.80 265.45 0.49 0.13
Hex 1F 11 32 26 42 0 50 109 31 D
Octal 37 21 62 46 102 0 120 411 61 15
Binary 11111 10001 110010 100110 1000010 0 1010000 100001001 110001 1101

Color Harmonies of #1F1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1132

Black with #1F1132

Text Example


Text Example

White with #1F1132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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