Html Css Color HEX #1F1821 Blackcurrant

📋 copy color: '#1F1821'

red 31 ◦ green 24 ◦ blue 33

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

Shades of Blackcurrant #1F1821

Tints of Blackcurrant #1F1821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

 BLUE value IS 33 (13.28% from 255) = 37.5%

R = 35.23%
G = 27.27%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1F1821 (or 0x1F1821) is known color: Blackcurrant. HEX triplet: 1F, 18 and 21. RGB value is (31,24,33). Sum of RGB (Red+Green+Blue) = 31+24+33=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F1821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1821 is #E0E7DE. Grayscale: #1B1B1B. Windows color (decimal): -14739423 or 2168863. OLE color: 2168863.

HSL color Cylindrical-coordinate representation of color #1F1821: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1F1821 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 24 33 -
CMYK 0.06 0.27 0 0.87
HSL 286.67º 0.16% 0.11% -
HSV(B) 286.67º 0.27% 0.13% -
XYZ 1.17 1.05 1.58 -
YUV 27.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 31 24 33 0.06 0.27 0 0.87 286.67 0.16 0.11
Hex 1F 18 21 6 1B 0 57 11F 10 B
Octal 37 30 41 6 33 0 127 437 20 13
Binary 11111 11000 100001 110 11011 0 1010111 100011111 10000 1011

Color Harmonies of #1F1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1821

Black with #1F1821

Text Example


Text Example

White with #1F1821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,33); }

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

background-color css

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

 a { background-color: rgb(31,24,33); }

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

border-color css

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

 span { border-color: rgb(31,24,33); }

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