Html Css Color HEX #1F0430 Blackcurrant

📋 copy color: '#1F0430'

red 31 ◦ green 4 ◦ blue 48

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

Shades of Blackcurrant #1F0430

Tints of Blackcurrant #1F0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.82%

 BLUE value IS 48 (19.14% from 255) = 57.83%

R = 37.35%
G = 4.82%
B = 57.83%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F0430 (or 0x1F0430) is known color: Blackcurrant. HEX triplet: 1F, 04 and 30. RGB value is (31,4,48). Sum of RGB (Red+Green+Blue) = 31+4+48=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0430 is #E0FBCF. Grayscale: #101010. Windows color (decimal): -14744528 or 3146783. OLE color: 3146783.

HSL color Cylindrical-coordinate representation of color #1F0430: hue angle of 276.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0430 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 4 48 -
CMYK 0.35 0.92 0 0.81
HSL 276.82º 0.85% 0.1% -
HSV(B) 276.82º 0.92% 0.19% -
XYZ 1.14 0.59 2.85 -
YUV 17.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 31 4 48 0.35 0.92 0 0.81 276.82 0.85 0.1
Hex 1F 4 30 23 5C 0 51 115 55 A
Octal 37 4 60 43 134 0 121 425 125 12
Binary 11111 100 110000 100011 1011100 0 1010001 100010101 1010101 1010

Color Harmonies of #1F0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0430

Black with #1F0430

Text Example


Text Example

White with #1F0430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,4,48); }

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

background-color css

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

 a { background-color: rgb(31,4,48); }

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

border-color css

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

 span { border-color: rgb(31,4,48); }

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