Html Css Color HEX #1F0346 Blackcurrant

📋 copy color: '#1F0346'

red 31 ◦ green 3 ◦ blue 70

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

Shades of Blackcurrant #1F0346

Tints of Blackcurrant #1F0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

 BLUE value IS 70 (27.73% from 255) = 67.31%

R = 29.81%
G = 2.88%
B = 67.31%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1F0346 (or 0x1F0346) is known color: Blackcurrant. HEX triplet: 1F, 03 and 46. RGB value is (31,3,70). Sum of RGB (Red+Green+Blue) = 31+3+70=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #1F0346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0346 is #E0FCB9. Grayscale: #121212. Windows color (decimal): -14744762 or 4588319. OLE color: 4588319.

HSL color Cylindrical-coordinate representation of color #1F0346: hue angle of 265.07º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0346 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 3 70 -
CMYK 0.56 0.96 0 0.73
HSL 265.07º 0.92% 0.14% -
HSV(B) 265.07º 0.96% 0.27% -
XYZ 1.7 0.8 5.86 -
YUV 19.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 31 3 70 0.56 0.96 0 0.73 265.07 0.92 0.14
Hex 1F 3 46 38 60 0 49 109 5C E
Octal 37 3 106 70 140 0 111 411 134 16
Binary 11111 11 1000110 111000 1100000 0 1001001 100001001 1011100 1110

Color Harmonies of #1F0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0346

Black with #1F0346

Text Example


Text Example

White with #1F0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,70); }

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

background-color css

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

 a { background-color: rgb(31,3,70); }

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

border-color css

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

 span { border-color: rgb(31,3,70); }

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