Html Css Color HEX #1F0825 Blackcurrant

📋 copy color: '#1F0825'

red 31 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #1F0825

Tints of Blackcurrant #1F0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.53%

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

R = 40.79%
G = 10.53%
B = 48.68%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0825 (or 0x1F0825) is known color: Blackcurrant. HEX triplet: 1F, 08 and 25. RGB value is (31,8,37). Sum of RGB (Red+Green+Blue) = 31+8+37=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0825 is #E0F7DA. Grayscale: #121212. Windows color (decimal): -14743515 or 2426911. OLE color: 2426911.

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

Color convert

RGB 31 8 37 -
CMYK 0.16 0.78 0 0.85
HSL 287.59º 0.64% 0.09% -
HSV(B) 287.59º 0.78% 0.15% -
XYZ 0.99 0.6 1.81 -
YUV 18.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 31 8 37 0.16 0.78 0 0.85 287.59 0.64 0.09
Hex 1F 8 25 10 4E 0 55 120 40 9
Octal 37 10 45 20 116 0 125 440 100 11
Binary 11111 1000 100101 10000 1001110 0 1010101 100100000 1000000 1001

Color Harmonies of #1F0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0825

Black with #1F0825

Text Example


Text Example

White with #1F0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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