Html Css Color HEX #1F1828 Blackcurrant

📋 copy color: '#1F1828'

red 31 ◦ green 24 ◦ blue 40

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

Shades of Blackcurrant #1F1828

Tints of Blackcurrant #1F1828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 42.11%

R = 32.63%
G = 25.26%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F1828 (or 0x1F1828) is known color: Blackcurrant. HEX triplet: 1F, 18 and 28. RGB value is (31,24,40). Sum of RGB (Red+Green+Blue) = 31+24+40=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1828 is #E0E7D7. Grayscale: #1B1B1B. Windows color (decimal): -14739416 or 2627615. OLE color: 2627615.

HSL color Cylindrical-coordinate representation of color #1F1828: hue angle of 266.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F1828 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 31 24 40 -
CMYK 0.22 0.40 0 0.84
HSL 266.25º 0.25% 0.13% -
HSV(B) 266.25º 0.4% 0.16% -
XYZ 1.27 1.1 2.15 -
YUV 27.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 31 24 40 0.22 0.40 0 0.84 266.25 0.25 0.13
Hex 1F 18 28 16 28 0 54 10A 19 D
Octal 37 30 50 26 50 0 124 412 31 15
Binary 11111 11000 101000 10110 101000 0 1010100 100001010 11001 1101

Color Harmonies of #1F1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1828

Black with #1F1828

Text Example


Text Example

White with #1F1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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