Html Css Color HEX #1F1023 Blackcurrant

📋 copy color: '#1F1023'

red 31 ◦ green 16 ◦ blue 35

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

Shades of Blackcurrant #1F1023

Tints of Blackcurrant #1F1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.51%

 BLUE value IS 35 (14.06% from 255) = 42.68%

R = 37.8%
G = 19.51%
B = 42.68%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F1023 (or 0x1F1023) is known color: Blackcurrant. HEX triplet: 1F, 10 and 23. RGB value is (31,16,35). Sum of RGB (Red+Green+Blue) = 31+16+35=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1023 is #E0EFDC. Grayscale: #161616. Windows color (decimal): -14741469 or 2297887. OLE color: 2297887.

HSL color Cylindrical-coordinate representation of color #1F1023: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F1023 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 16 35 -
CMYK 0.11 0.54 0 0.86
HSL 287.37º 0.37% 0.1% -
HSV(B) 287.37º 0.54% 0.14% -
XYZ 1.05 0.78 1.69 -
YUV 22.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 31 16 35 0.11 0.54 0 0.86 287.37 0.37 0.1
Hex 1F 10 23 B 36 0 56 11F 25 A
Octal 37 20 43 13 66 0 126 437 45 12
Binary 11111 10000 100011 1011 110110 0 1010110 100011111 100101 1010

Color Harmonies of #1F1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1023

Black with #1F1023

Text Example


Text Example

White with #1F1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,35); }

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

background-color css

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

 a { background-color: rgb(31,16,35); }

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

border-color css

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

 span { border-color: rgb(31,16,35); }

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