Html Css Color HEX #1F0340 Blackcurrant

📋 copy color: '#1F0340'

red 31 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #1F0340

Tints of Blackcurrant #1F0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 65.31%

R = 31.63%
G = 3.06%
B = 65.31%

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

#1F0340 (or 0x1F0340) is known color: Blackcurrant. HEX triplet: 1F, 03 and 40. RGB value is (31,3,64). Sum of RGB (Red+Green+Blue) = 31+3+64=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0340 is #E0FCBF. Grayscale: #121212. Windows color (decimal): -14744768 or 4195103. OLE color: 4195103.

HSL color Cylindrical-coordinate representation of color #1F0340: hue angle of 267.54º 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 #1F0340 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 3 64 -
CMYK 0.52 0.95 0 0.75
HSL 267.54º 0.91% 0.13% -
HSV(B) 267.54º 0.95% 0.25% -
XYZ 1.52 0.73 4.91 -
YUV 18.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 31 3 64 0.52 0.95 0 0.75 267.54 0.91 0.13
Hex 1F 3 40 34 5F 0 4B 10C 5B D
Octal 37 3 100 64 137 0 113 414 133 15
Binary 11111 11 1000000 110100 1011111 0 1001011 100001100 1011011 1101

Color Harmonies of #1F0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0340

Black with #1F0340

Text Example


Text Example

White with #1F0340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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