Html Css Color HEX #1F0527 Blackcurrant

📋 copy color: '#1F0527'

red 31 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #1F0527

Tints of Blackcurrant #1F0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.67%

 BLUE value IS 39 (15.63% from 255) = 52%

R = 41.33%
G = 6.67%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0527 (or 0x1F0527) is known color: Blackcurrant. HEX triplet: 1F, 05 and 27. RGB value is (31,5,39). Sum of RGB (Red+Green+Blue) = 31+5+39=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0527 is #E0FAD8. Grayscale: #101010. Windows color (decimal): -14744281 or 2557215. OLE color: 2557215.

HSL color Cylindrical-coordinate representation of color #1F0527: hue angle of 285.88º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0527 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 5 39 -
CMYK 0.21 0.87 0 0.85
HSL 285.88º 0.77% 0.09% -
HSV(B) 285.88º 0.87% 0.15% -
XYZ 0.99 0.55 1.97 -
YUV 16.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 31 5 39 0.21 0.87 0 0.85 285.88 0.77 0.09
Hex 1F 5 27 15 57 0 55 11E 4D 9
Octal 37 5 47 25 127 0 125 436 115 11
Binary 11111 101 100111 10101 1010111 0 1010101 100011110 1001101 1001

Color Harmonies of #1F0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0527

Black with #1F0527

Text Example


Text Example

White with #1F0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,5,39); }

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

background-color css

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

 a { background-color: rgb(31,5,39); }

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

border-color css

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

 span { border-color: rgb(31,5,39); }

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