Html Css Color HEX #1F1825 Blackcurrant

📋 copy color: '#1F1825'

red 31 ◦ green 24 ◦ blue 37

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

Shades of Blackcurrant #1F1825

Tints of Blackcurrant #1F1825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 33.7%
G = 26.09%
B = 40.22%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F1825 (or 0x1F1825) is known color: Blackcurrant. HEX triplet: 1F, 18 and 25. RGB value is (31,24,37). Sum of RGB (Red+Green+Blue) = 31+24+37=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1825 is #E0E7DA. Grayscale: #1B1B1B. Windows color (decimal): -14739419 or 2431007. OLE color: 2431007.

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

Color convert

RGB 31 24 37 -
CMYK 0.16 0.35 0 0.85
HSL 272.31º 0.21% 0.12% -
HSV(B) 272.31º 0.35% 0.15% -
XYZ 1.23 1.08 1.89 -
YUV 27.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 31 24 37 0.16 0.35 0 0.85 272.31 0.21 0.12
Hex 1F 18 25 10 23 0 55 110 15 C
Octal 37 30 45 20 43 0 125 420 25 14
Binary 11111 11000 100101 10000 100011 0 1010101 100010000 10101 1100

Color Harmonies of #1F1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1825

Black with #1F1825

Text Example


Text Example

White with #1F1825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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