Html Css Color HEX #1F0837 Blackcurrant

📋 copy color: '#1F0837'

red 31 ◦ green 8 ◦ blue 55

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

Shades of Blackcurrant #1F0837

Tints of Blackcurrant #1F0837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 55 (21.88% from 255) = 58.51%

R = 32.98%
G = 8.51%
B = 58.51%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0837 (or 0x1F0837) is known color: Blackcurrant. HEX triplet: 1F, 08 and 37. RGB value is (31,8,55). Sum of RGB (Red+Green+Blue) = 31+8+55=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0837 is #E0F7C8. Grayscale: #141414. Windows color (decimal): -14743497 or 3606559. OLE color: 3606559.

HSL color Cylindrical-coordinate representation of color #1F0837: hue angle of 269.36º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F0837 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 8 55 -
CMYK 0.44 0.85 0 0.78
HSL 269.36º 0.75% 0.12% -
HSV(B) 269.36º 0.85% 0.22% -
XYZ 1.34 0.74 3.69 -
YUV 20.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 31 8 55 0.44 0.85 0 0.78 269.36 0.75 0.12
Hex 1F 8 37 2C 55 0 4E 10D 4B C
Octal 37 10 67 54 125 0 116 415 113 14
Binary 11111 1000 110111 101100 1010101 0 1001110 100001101 1001011 1100

Color Harmonies of #1F0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0837

Black with #1F0837

Text Example


Text Example

White with #1F0837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,8,55); }

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

background-color css

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

 a { background-color: rgb(31,8,55); }

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

border-color css

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

 span { border-color: rgb(31,8,55); }

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