#1F0B2A

Color #1F0B2A Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1F0B2A

Tints of Blackcurrant #1F0B2A

Color information

#1F0B2A (or 0x1F0B2A) is unknown color: approx Blackcurrant. HEX triplet: 1F, 0B and 2A. RGB value is (31,11,42). Sum of RGB (Red+Green+Blue) = 31+11+42=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B2A is #E0F4D5. Grayscale: #141414. Windows color (decimal): -14742742 or 2755359. OLE color: 2755359.

HSL color Cylindrical-coordinate representation of color #1F0B2A: hue angle of 278.71º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0B2A is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB311142-
CMYK0.260.7400.84
HSL278.71º58.49%10.39%-
HSV(B)278.71º73.81%16.47%-
XYZ1.10.72.27-
YUV20.51140.13135.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 42 (16.80% from 255) = 50%
R=36.90%
G=13.10%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3111420.260.7400.84278.7158.4910.39
Hex1FB2A1A4A0541173aa
Octal3713523211201244277212
Binary111111011101010110101001010010101001000101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,11,42); }

 H1.HeaderClassName
 {
   color: #1F0B2A;
 }
 .AnyTagClassName
 {
   color: #1F0B2A;
 }
</style>
background-color css

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

 a { background-color: rgb(31,11,42); }

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

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

 span { border-color: rgb(31,11,42); }

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