Html Css Color HEX #1F003F Blackcurrant

📋 copy color: '#1F003F'

red 31 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #1F003F

Tints of Blackcurrant #1F003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.98%
G = 0%
B = 67.02%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F003F (or 0x1F003F) is known color: Blackcurrant. HEX triplet: 1F, 00 and 3F. RGB value is (31,0,63). Sum of RGB (Red+Green+Blue) = 31+0+63=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F003F is #E0FFC0. Grayscale: #101010. Windows color (decimal): -14745537 or 4128799. OLE color: 4128799.

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

Color convert

RGB 31 0 63 -
CMYK 0.51 1 0 0.75
HSL 269.52º 1% 0.12% -
HSV(B) 269.52º 1% 0.25% -
XYZ 1.46 0.65 4.75 -
YUV 16.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 31 0 63 0.51 1 0 0.75 269.52 1 0.12
Hex 1F 0 3F 33 64 0 4B 10E 64 C
Octal 37 0 77 63 144 0 113 416 144 14
Binary 11111 0 111111 110011 1100100 0 1001011 100001110 1100100 1100

Color Harmonies of #1F003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F003F

Black with #1F003F

Text Example


Text Example

White with #1F003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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