Html Css Color HEX #1F0127 Blackcurrant

📋 copy color: '#1F0127'

red 31 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #1F0127

Tints of Blackcurrant #1F0127

RGB

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

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

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

R = 43.66%
G = 1.41%
B = 54.93%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0127 (or 0x1F0127) is known color: Blackcurrant. HEX triplet: 1F, 01 and 27. RGB value is (31,1,39). Sum of RGB (Red+Green+Blue) = 31+1+39=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0127 is #E0FED8. Grayscale: #0E0E0E. Windows color (decimal): -14745305 or 2556191. OLE color: 2556191.

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

Color convert

RGB 31 1 39 -
CMYK 0.21 0.97 0 0.85
HSL 287.37º 0.95% 0.08% -
HSV(B) 287.37º 0.97% 0.15% -
XYZ 0.94 0.46 1.96 -
YUV 14.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 31 1 39 0.21 0.97 0 0.85 287.37 0.95 0.08
Hex 1F 1 27 15 61 0 55 11F 5F 8
Octal 37 1 47 25 141 0 125 437 137 10
Binary 11111 1 100111 10101 1100001 0 1010101 100011111 1011111 1000

Color Harmonies of #1F0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0127

Black with #1F0127

Text Example


Text Example

White with #1F0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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