Html Css Color HEX #1F043F Blackcurrant

📋 copy color: '#1F043F'

red 31 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #1F043F

Tints of Blackcurrant #1F043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 64.29%

R = 31.63%
G = 4.08%
B = 64.29%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F043F (or 0x1F043F) is known color: Blackcurrant. HEX triplet: 1F, 04 and 3F. RGB value is (31,4,63). Sum of RGB (Red+Green+Blue) = 31+4+63=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F043F is #E0FBC0. Grayscale: #121212. Windows color (decimal): -14744513 or 4129823. OLE color: 4129823.

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

Color convert

RGB 31 4 63 -
CMYK 0.51 0.94 0 0.75
HSL 267.46º 0.88% 0.13% -
HSV(B) 267.46º 0.94% 0.25% -
XYZ 1.51 0.74 4.77 -
YUV 18.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 31 4 63 0.51 0.94 0 0.75 267.46 0.88 0.13
Hex 1F 4 3F 33 5E 0 4B 10B 58 D
Octal 37 4 77 63 136 0 113 413 130 15
Binary 11111 100 111111 110011 1011110 0 1001011 100001011 1011000 1101

Color Harmonies of #1F043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F043F

Black with #1F043F

Text Example


Text Example

White with #1F043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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