Html Css Color HEX #1F022F Blackcurrant

📋 copy color: '#1F022F'

red 31 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #1F022F

Tints of Blackcurrant #1F022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.75%

R = 38.75%
G = 2.5%
B = 58.75%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F022F (or 0x1F022F) is known color: Blackcurrant. HEX triplet: 1F, 02 and 2F. RGB value is (31,2,47). Sum of RGB (Red+Green+Blue) = 31+2+47=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F022F is #E0FDD0. Grayscale: #0F0F0F. Windows color (decimal): -14745041 or 3080735. OLE color: 3080735.

HSL color Cylindrical-coordinate representation of color #1F022F: hue angle of 278.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F022F is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 2 47 -
CMYK 0.34 0.96 0 0.82
HSL 278.67º 0.92% 0.1% -
HSV(B) 278.67º 0.96% 0.18% -
XYZ 1.1 0.54 2.74 -
YUV 15.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 31 2 47 0.34 0.96 0 0.82 278.67 0.92 0.1
Hex 1F 2 2F 22 60 0 52 117 5C A
Octal 37 2 57 42 140 0 122 427 134 12
Binary 11111 10 101111 100010 1100000 0 1010010 100010111 1011100 1010

Color Harmonies of #1F022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F022F

Black with #1F022F

Text Example


Text Example

White with #1F022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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