Html Css Color HEX #1F1A23 Blackcurrant

📋 copy color: '#1F1A23'

red 31 ◦ green 26 ◦ blue 35

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

Shades of Blackcurrant #1F1A23

Tints of Blackcurrant #1F1A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.26%

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

R = 33.7%
G = 28.26%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F1A23 (or 0x1F1A23) is known color: Blackcurrant. HEX triplet: 1F, 1A and 23. RGB value is (31,26,35). Sum of RGB (Red+Green+Blue) = 31+26+35=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A23 is #E0E5DC. Grayscale: #1C1C1C. Windows color (decimal): -14738909 or 2300447. OLE color: 2300447.

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

Color convert

RGB 31 26 35 -
CMYK 0.11 0.26 0 0.86
HSL 273.33º 0.15% 0.12% -
HSV(B) 273.33º 0.26% 0.14% -
XYZ 1.24 1.15 1.75 -
YUV 28.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 31 26 35 0.11 0.26 0 0.86 273.33 0.15 0.12
Hex 1F 1A 23 B 1A 0 56 111 F C
Octal 37 32 43 13 32 0 126 421 17 14
Binary 11111 11010 100011 1011 11010 0 1010110 100010001 1111 1100

Color Harmonies of #1F1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1A23

Black with #1F1A23

Text Example


Text Example

White with #1F1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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