Html Css Color HEX #1F0348 Blackcurrant

📋 copy color: '#1F0348'

red 31 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #1F0348

Tints of Blackcurrant #1F0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

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

R = 29.25%
G = 2.83%
B = 67.92%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F0348 (or 0x1F0348) is known color: Blackcurrant. HEX triplet: 1F, 03 and 48. RGB value is (31,3,72). Sum of RGB (Red+Green+Blue) = 31+3+72=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0348 is #E0FCB7. Grayscale: #121212. Windows color (decimal): -14744760 or 4719391. OLE color: 4719391.

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

Color convert

RGB 31 3 72 -
CMYK 0.57 0.96 0 0.72
HSL 264.35º 0.92% 0.15% -
HSV(B) 264.35º 0.96% 0.28% -
XYZ 1.77 0.82 6.2 -
YUV 19.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 31 3 72 0.57 0.96 0 0.72 264.35 0.92 0.15
Hex 1F 3 48 39 60 0 48 108 5C F
Octal 37 3 110 71 140 0 110 410 134 17
Binary 11111 11 1001000 111001 1100000 0 1001000 100001000 1011100 1111

Color Harmonies of #1F0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0348

Black with #1F0348

Text Example


Text Example

White with #1F0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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