Html Css Color HEX #1F0625 Blackcurrant

📋 copy color: '#1F0625'

red 31 ◦ green 6 ◦ blue 37

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

Shades of Blackcurrant #1F0625

Tints of Blackcurrant #1F0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.11%

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

R = 41.89%
G = 8.11%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0625 (or 0x1F0625) is known color: Blackcurrant. HEX triplet: 1F, 06 and 25. RGB value is (31,6,37). Sum of RGB (Red+Green+Blue) = 31+6+37=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0625 is #E0F9DA. Grayscale: #101010. Windows color (decimal): -14744027 or 2426399. OLE color: 2426399.

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

Color convert

RGB 31 6 37 -
CMYK 0.16 0.84 0 0.85
HSL 288.39º 0.72% 0.08% -
HSV(B) 288.39º 0.84% 0.15% -
XYZ 0.96 0.56 1.81 -
YUV 17.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 31 6 37 0.16 0.84 0 0.85 288.39 0.72 0.08
Hex 1F 6 25 10 54 0 55 120 48 8
Octal 37 6 45 20 124 0 125 440 110 10
Binary 11111 110 100101 10000 1010100 0 1010101 100100000 1001000 1000

Color Harmonies of #1F0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0625

Black with #1F0625

Text Example


Text Example

White with #1F0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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