Html Css Color HEX #1F0427 Blackcurrant

📋 copy color: '#1F0427'

red 31 ◦ green 4 ◦ blue 39

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

Shades of Blackcurrant #1F0427

Tints of Blackcurrant #1F0427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 41.89%
G = 5.41%
B = 52.7%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0427 (or 0x1F0427) is known color: Blackcurrant. HEX triplet: 1F, 04 and 27. RGB value is (31,4,39). Sum of RGB (Red+Green+Blue) = 31+4+39=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0427 is #E0FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14744537 or 2556959. OLE color: 2556959.

HSL color Cylindrical-coordinate representation of color #1F0427: hue angle of 286.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0427 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 4 39 -
CMYK 0.21 0.90 0 0.85
HSL 286.29º 0.81% 0.08% -
HSV(B) 286.29º 0.9% 0.15% -
XYZ 0.97 0.52 1.97 -
YUV 16.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 31 4 39 0.21 0.90 0 0.85 286.29 0.81 0.08
Hex 1F 4 27 15 5A 0 55 11E 51 8
Octal 37 4 47 25 132 0 125 436 121 10
Binary 11111 100 100111 10101 1011010 0 1010101 100011110 1010001 1000

Color Harmonies of #1F0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0427

Black with #1F0427

Text Example


Text Example

White with #1F0427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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