Html Css Color HEX #1F0136 Blackcurrant

📋 copy color: '#1F0136'

red 31 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #1F0136

Tints of Blackcurrant #1F0136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 62.79%

R = 36.05%
G = 1.16%
B = 62.79%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1F0136 (or 0x1F0136) is known color: Blackcurrant. HEX triplet: 1F, 01 and 36. RGB value is (31,1,54). Sum of RGB (Red+Green+Blue) = 31+1+54=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0136 is #E0FEC9. Grayscale: #0F0F0F. Windows color (decimal): -14745290 or 3539231. OLE color: 3539231.

HSL color Cylindrical-coordinate representation of color #1F0136: hue angle of 273.96º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0136 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 1 54 -
CMYK 0.43 0.98 0 0.79
HSL 273.96º 0.96% 0.11% -
HSV(B) 273.96º 0.98% 0.21% -
XYZ 1.24 0.58 3.54 -
YUV 16.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 31 1 54 0.43 0.98 0 0.79 273.96 0.96 0.11
Hex 1F 1 36 2B 62 0 4F 112 60 B
Octal 37 1 66 53 142 0 117 422 140 13
Binary 11111 1 110110 101011 1100010 0 1001111 100010010 1100000 1011

Color Harmonies of #1F0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0136

Black with #1F0136

Text Example


Text Example

White with #1F0136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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