Html Css Color HEX #1F0925 Blackcurrant

📋 copy color: '#1F0925'

red 31 ◦ green 9 ◦ blue 37

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

Shades of Blackcurrant #1F0925

Tints of Blackcurrant #1F0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.69%

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

R = 40.26%
G = 11.69%
B = 48.05%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0925 (or 0x1F0925) is known color: Blackcurrant. HEX triplet: 1F, 09 and 25. RGB value is (31,9,37). Sum of RGB (Red+Green+Blue) = 31+9+37=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0925 is #E0F6DA. Grayscale: #121212. Windows color (decimal): -14743259 or 2427167. OLE color: 2427167.

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

Color convert

RGB 31 9 37 -
CMYK 0.16 0.76 0 0.85
HSL 287.14º 0.61% 0.09% -
HSV(B) 287.14º 0.76% 0.15% -
XYZ 1 0.62 1.82 -
YUV 18.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 31 9 37 0.16 0.76 0 0.85 287.14 0.61 0.09
Hex 1F 9 25 10 4C 0 55 11F 3D 9
Octal 37 11 45 20 114 0 125 437 75 11
Binary 11111 1001 100101 10000 1001100 0 1010101 100011111 111101 1001

Color Harmonies of #1F0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0925

Black with #1F0925

Text Example


Text Example

White with #1F0925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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