Html Css Color HEX #1F1525 Blackcurrant

📋 copy color: '#1F1525'

red 31 ◦ green 21 ◦ blue 37

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

Shades of Blackcurrant #1F1525

Tints of Blackcurrant #1F1525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 34.83%
G = 23.6%
B = 41.57%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F1525 (or 0x1F1525) is known color: Blackcurrant. HEX triplet: 1F, 15 and 25. RGB value is (31,21,37). Sum of RGB (Red+Green+Blue) = 31+21+37=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1525 is #E0EADA. Grayscale: #191919. Windows color (decimal): -14740187 or 2430239. OLE color: 2430239.

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

Color convert

RGB 31 21 37 -
CMYK 0.16 0.43 0 0.85
HSL 277.5º 0.28% 0.11% -
HSV(B) 277.5º 0.43% 0.15% -
XYZ 1.17 0.96 1.87 -
YUV 25.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 31 21 37 0.16 0.43 0 0.85 277.5 0.28 0.11
Hex 1F 15 25 10 2B 0 55 116 1C B
Octal 37 25 45 20 53 0 125 426 34 13
Binary 11111 10101 100101 10000 101011 0 1010101 100010110 11100 1011

Color Harmonies of #1F1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1525

Black with #1F1525

Text Example


Text Example

White with #1F1525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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