Html Css Color HEX #1F0129 Blackcurrant

📋 copy color: '#1F0129'

red 31 ◦ green 1 ◦ blue 41

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

Shades of Blackcurrant #1F0129

Tints of Blackcurrant #1F0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.37%

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

R = 42.47%
G = 1.37%
B = 56.16%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F0129 (or 0x1F0129) is known color: Blackcurrant. HEX triplet: 1F, 01 and 29. RGB value is (31,1,41). Sum of RGB (Red+Green+Blue) = 31+1+41=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F0129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0129 is #E0FED6. Grayscale: #0E0E0E. Windows color (decimal): -14745303 or 2687263. OLE color: 2687263.

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

Color convert

RGB 31 1 41 -
CMYK 0.24 0.98 0 0.84
HSL 285º 0.95% 0.08% -
HSV(B) 285º 0.98% 0.16% -
XYZ 0.98 0.47 2.14 -
YUV 14.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 31 1 41 0.24 0.98 0 0.84 285 0.95 0.08
Hex 1F 1 29 18 62 0 54 11D 5F 8
Octal 37 1 51 30 142 0 124 435 137 10
Binary 11111 1 101001 11000 1100010 0 1010100 100011101 1011111 1000

Color Harmonies of #1F0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0129

Black with #1F0129

Text Example


Text Example

White with #1F0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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