Html Css Color HEX #1F013C Blackcurrant

📋 copy color: '#1F013C'

red 31 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #1F013C

Tints of Blackcurrant #1F013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 60 (23.83% from 255) = 65.22%

R = 33.7%
G = 1.09%
B = 65.22%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F013C (or 0x1F013C) is known color: Blackcurrant. HEX triplet: 1F, 01 and 3C. RGB value is (31,1,60). Sum of RGB (Red+Green+Blue) = 31+1+60=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F013C is #E0FEC3. Grayscale: #101010. Windows color (decimal): -14745284 or 3932447. OLE color: 3932447.

HSL color Cylindrical-coordinate representation of color #1F013C: hue angle of 270.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F013C is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 1 60 -
CMYK 0.48 0.98 0 0.76
HSL 270.51º 0.97% 0.12% -
HSV(B) 270.51º 0.98% 0.24% -
XYZ 1.39 0.64 4.33 -
YUV 16.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 31 1 60 0.48 0.98 0 0.76 270.51 0.97 0.12
Hex 1F 1 3C 30 62 0 4C 10F 61 C
Octal 37 1 74 60 142 0 114 417 141 14
Binary 11111 1 111100 110000 1100010 0 1001100 100001111 1100001 1100

Color Harmonies of #1F013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F013C

Black with #1F013C

Text Example


Text Example

White with #1F013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,60); }

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

background-color css

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

 a { background-color: rgb(31,1,60); }

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

border-color css

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

 span { border-color: rgb(31,1,60); }

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