Html Css Color HEX #1F0829 Blackcurrant

📋 copy color: '#1F0829'

red 31 ◦ green 8 ◦ blue 41

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

Shades of Blackcurrant #1F0829

Tints of Blackcurrant #1F0829

RGB

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

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

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

R = 38.75%
G = 10%
B = 51.25%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F0829 (or 0x1F0829) is known color: Blackcurrant. HEX triplet: 1F, 08 and 29. RGB value is (31,8,41). Sum of RGB (Red+Green+Blue) = 31+8+41=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0829 is #E0F7D6. Grayscale: #121212. Windows color (decimal): -14743511 or 2689055. OLE color: 2689055.

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

Color convert

RGB 31 8 41 -
CMYK 0.24 0.80 0 0.84
HSL 281.82º 0.67% 0.1% -
HSV(B) 281.82º 0.8% 0.16% -
XYZ 1.05 0.63 2.16 -
YUV 18.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 31 8 41 0.24 0.80 0 0.84 281.82 0.67 0.1
Hex 1F 8 29 18 50 0 54 11A 43 A
Octal 37 10 51 30 120 0 124 432 103 12
Binary 11111 1000 101001 11000 1010000 0 1010100 100011010 1000011 1010

Color Harmonies of #1F0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0829

Black with #1F0829

Text Example


Text Example

White with #1F0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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