Html Css Color HEX #1F1827 Blackcurrant

📋 copy color: '#1F1827'

red 31 ◦ green 24 ◦ blue 39

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

Shades of Blackcurrant #1F1827

Tints of Blackcurrant #1F1827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.49%

R = 32.98%
G = 25.53%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F1827 (or 0x1F1827) is known color: Blackcurrant. HEX triplet: 1F, 18 and 27. RGB value is (31,24,39). Sum of RGB (Red+Green+Blue) = 31+24+39=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1827 is #E0E7D8. Grayscale: #1B1B1B. Windows color (decimal): -14739417 or 2562079. OLE color: 2562079.

HSL color Cylindrical-coordinate representation of color #1F1827: hue angle of 268º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F1827 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 24 39 -
CMYK 0.21 0.38 0 0.85
HSL 268º 0.24% 0.12% -
HSV(B) 268º 0.38% 0.15% -
XYZ 1.26 1.09 2.06 -
YUV 27.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 31 24 39 0.21 0.38 0 0.85 268 0.24 0.12
Hex 1F 18 27 15 26 0 55 10C 18 C
Octal 37 30 47 25 46 0 125 414 30 14
Binary 11111 11000 100111 10101 100110 0 1010101 100001100 11000 1100

Color Harmonies of #1F1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1827

Black with #1F1827

Text Example


Text Example

White with #1F1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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