Html Css Color HEX #1F0229 Blackcurrant

📋 copy color: '#1F0229'

red 31 ◦ green 2 ◦ blue 41

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

Shades of Blackcurrant #1F0229

Tints of Blackcurrant #1F0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

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

R = 41.89%
G = 2.7%
B = 55.41%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1F0229 (or 0x1F0229) is known color: Blackcurrant. HEX triplet: 1F, 02 and 29. RGB value is (31,2,41). Sum of RGB (Red+Green+Blue) = 31+2+41=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0229 is #E0FDD6. Grayscale: #0E0E0E. Windows color (decimal): -14745047 or 2687519. OLE color: 2687519.

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

Color convert

RGB 31 2 41 -
CMYK 0.24 0.95 0 0.84
HSL 284.62º 0.91% 0.08% -
HSV(B) 284.62º 0.95% 0.16% -
XYZ 0.99 0.49 2.14 -
YUV 15.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 31 2 41 0.24 0.95 0 0.84 284.62 0.91 0.08
Hex 1F 2 29 18 5F 0 54 11D 5B 8
Octal 37 2 51 30 137 0 124 435 133 10
Binary 11111 10 101001 11000 1011111 0 1010100 100011101 1011011 1000

Color Harmonies of #1F0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0229

Black with #1F0229

Text Example


Text Example

White with #1F0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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