Html Css Color HEX #1F0227 Blackcurrant

📋 copy color: '#1F0227'

red 31 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #1F0227

Tints of Blackcurrant #1F0227

RGB

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

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

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

R = 43.06%
G = 2.78%
B = 54.17%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0227 (or 0x1F0227) is known color: Blackcurrant. HEX triplet: 1F, 02 and 27. RGB value is (31,2,39). Sum of RGB (Red+Green+Blue) = 31+2+39=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0227 is #E0FDD8. Grayscale: #0E0E0E. Windows color (decimal): -14745049 or 2556447. OLE color: 2556447.

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

Color convert

RGB 31 2 39 -
CMYK 0.21 0.95 0 0.85
HSL 287.03º 0.9% 0.08% -
HSV(B) 287.03º 0.95% 0.15% -
XYZ 0.95 0.48 1.96 -
YUV 14.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 31 2 39 0.21 0.95 0 0.85 287.03 0.9 0.08
Hex 1F 2 27 15 5F 0 55 11F 5A 8
Octal 37 2 47 25 137 0 125 437 132 10
Binary 11111 10 100111 10101 1011111 0 1010101 100011111 1011010 1000

Color Harmonies of #1F0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0227

Black with #1F0227

Text Example


Text Example

White with #1F0227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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