Html Css Color HEX #1F0929 Blackcurrant

📋 copy color: '#1F0929'

red 31 ◦ green 9 ◦ blue 41

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

Shades of Blackcurrant #1F0929

Tints of Blackcurrant #1F0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 50.62%

R = 38.27%
G = 11.11%
B = 50.62%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F0929 (or 0x1F0929) is known color: Blackcurrant. HEX triplet: 1F, 09 and 29. RGB value is (31,9,41). Sum of RGB (Red+Green+Blue) = 31+9+41=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0929 is #E0F6D6. Grayscale: #131313. Windows color (decimal): -14743255 or 2689311. OLE color: 2689311.

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

Color convert

RGB 31 9 41 -
CMYK 0.24 0.78 0 0.84
HSL 281.25º 0.64% 0.1% -
HSV(B) 281.25º 0.78% 0.16% -
XYZ 1.06 0.65 2.17 -
YUV 19.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 31 9 41 0.24 0.78 0 0.84 281.25 0.64 0.1
Hex 1F 9 29 18 4E 0 54 119 40 A
Octal 37 11 51 30 116 0 124 431 100 12
Binary 11111 1001 101001 11000 1001110 0 1010100 100011001 1000000 1010

Color Harmonies of #1F0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0929

Black with #1F0929

Text Example


Text Example

White with #1F0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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