Html Css Color HEX #1F0448 Blackcurrant

📋 copy color: '#1F0448'

red 31 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #1F0448

Tints of Blackcurrant #1F0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 28.97%
G = 3.74%
B = 67.29%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F0448 (or 0x1F0448) is known color: Blackcurrant. HEX triplet: 1F, 04 and 48. RGB value is (31,4,72). Sum of RGB (Red+Green+Blue) = 31+4+72=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0448 is #E0FBB7. Grayscale: #131313. Windows color (decimal): -14744504 or 4719647. OLE color: 4719647.

HSL color Cylindrical-coordinate representation of color #1F0448: hue angle of 263.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0448 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 4 72 -
CMYK 0.57 0.94 0 0.72
HSL 263.82º 0.89% 0.15% -
HSV(B) 263.82º 0.94% 0.28% -
XYZ 1.78 0.85 6.2 -
YUV 19.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 31 4 72 0.57 0.94 0 0.72 263.82 0.89 0.15
Hex 1F 4 48 39 5E 0 48 108 59 F
Octal 37 4 110 71 136 0 110 410 131 17
Binary 11111 100 1001000 111001 1011110 0 1001000 100001000 1011001 1111

Color Harmonies of #1F0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0448

Black with #1F0448

Text Example


Text Example

White with #1F0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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