Html Css Color HEX #1F023D Blackcurrant

📋 copy color: '#1F023D'

red 31 ◦ green 2 ◦ blue 61

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

Shades of Blackcurrant #1F023D

Tints of Blackcurrant #1F023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.13%

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 32.98%
G = 2.13%
B = 64.89%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F023D (or 0x1F023D) is known color: Blackcurrant. HEX triplet: 1F, 02 and 3D. RGB value is (31,2,61). Sum of RGB (Red+Green+Blue) = 31+2+61=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F023D is #E0FDC2. Grayscale: #111111. Windows color (decimal): -14745027 or 3998239. OLE color: 3998239.

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

Color convert

RGB 31 2 61 -
CMYK 0.49 0.97 0 0.76
HSL 269.49º 0.94% 0.12% -
HSV(B) 269.49º 0.97% 0.24% -
XYZ 1.43 0.67 4.47 -
YUV 17.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 31 2 61 0.49 0.97 0 0.76 269.49 0.94 0.12
Hex 1F 2 3D 31 61 0 4C 10D 5E C
Octal 37 2 75 61 141 0 114 415 136 14
Binary 11111 10 111101 110001 1100001 0 1001100 100001101 1011110 1100

Color Harmonies of #1F023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F023D

Black with #1F023D

Text Example


Text Example

White with #1F023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,61); }

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

background-color css

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

 a { background-color: rgb(31,2,61); }

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

border-color css

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

 span { border-color: rgb(31,2,61); }

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