Html Css Color HEX #1F0841 Blackcurrant

📋 copy color: '#1F0841'

red 31 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #1F0841

Tints of Blackcurrant #1F0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.69%

 BLUE value IS 65 (25.78% from 255) = 62.5%

R = 29.81%
G = 7.69%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F0841 (or 0x1F0841) is known color: Blackcurrant. HEX triplet: 1F, 08 and 41. RGB value is (31,8,65). Sum of RGB (Red+Green+Blue) = 31+8+65=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F0841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0841 is #E0F7BE. Grayscale: #151515. Windows color (decimal): -14743487 or 4261919. OLE color: 4261919.

HSL color Cylindrical-coordinate representation of color #1F0841: hue angle of 264.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F0841 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 8 65 -
CMYK 0.52 0.88 0 0.75
HSL 264.21º 0.78% 0.14% -
HSV(B) 264.21º 0.88% 0.25% -
XYZ 1.61 0.85 5.08 -
YUV 21.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 31 8 65 0.52 0.88 0 0.75 264.21 0.78 0.14
Hex 1F 8 41 34 58 0 4B 108 4E E
Octal 37 10 101 64 130 0 113 410 116 16
Binary 11111 1000 1000001 110100 1011000 0 1001011 100001000 1001110 1110

Color Harmonies of #1F0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0841

Black with #1F0841

Text Example


Text Example

White with #1F0841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,8,65); }

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

background-color css

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

 a { background-color: rgb(31,8,65); }

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

border-color css

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

 span { border-color: rgb(31,8,65); }

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