Html Css Color HEX #1F0341 Blackcurrant

📋 copy color: '#1F0341'

red 31 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #1F0341

Tints of Blackcurrant #1F0341

RGB

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

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

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

R = 31.31%
G = 3.03%
B = 65.66%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F0341 (or 0x1F0341) is known color: Blackcurrant. HEX triplet: 1F, 03 and 41. RGB value is (31,3,65). Sum of RGB (Red+Green+Blue) = 31+3+65=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F0341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0341 is #E0FCBE. Grayscale: #121212. Windows color (decimal): -14744767 or 4260639. OLE color: 4260639.

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

Color convert

RGB 31 3 65 -
CMYK 0.52 0.95 0 0.75
HSL 267.1º 0.91% 0.13% -
HSV(B) 267.1º 0.95% 0.25% -
XYZ 1.55 0.74 5.06 -
YUV 18.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 31 3 65 0.52 0.95 0 0.75 267.1 0.91 0.13
Hex 1F 3 41 34 5F 0 4B 10B 5B D
Octal 37 3 101 64 137 0 113 413 133 15
Binary 11111 11 1000001 110100 1011111 0 1001011 100001011 1011011 1101

Color Harmonies of #1F0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0341

Black with #1F0341

Text Example


Text Example

White with #1F0341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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