Html Css Color HEX #1F042F Blackcurrant

📋 copy color: '#1F042F'

red 31 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #1F042F

Tints of Blackcurrant #1F042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 57.32%

R = 37.8%
G = 4.88%
B = 57.32%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F042F (or 0x1F042F) is known color: Blackcurrant. HEX triplet: 1F, 04 and 2F. RGB value is (31,4,47). Sum of RGB (Red+Green+Blue) = 31+4+47=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F042F is #E0FBD0. Grayscale: #101010. Windows color (decimal): -14744529 or 3081247. OLE color: 3081247.

HSL color Cylindrical-coordinate representation of color #1F042F: hue angle of 277.67º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F042F is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 4 47 -
CMYK 0.34 0.91 0 0.82
HSL 277.67º 0.84% 0.1% -
HSV(B) 277.67º 0.91% 0.18% -
XYZ 1.12 0.58 2.74 -
YUV 16.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 31 4 47 0.34 0.91 0 0.82 277.67 0.84 0.1
Hex 1F 4 2F 22 5B 0 52 116 54 A
Octal 37 4 57 42 133 0 122 426 124 12
Binary 11111 100 101111 100010 1011011 0 1010010 100010110 1010100 1010

Color Harmonies of #1F042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F042F

Black with #1F042F

Text Example


Text Example

White with #1F042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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