#1F0B2C

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

Shades of Blackcurrant #1F0B2C

Tints of Blackcurrant #1F0B2C

Color information

#1F0B2C (or 0x1F0B2C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 0B and 2C. RGB value is (31,11,44). Sum of RGB (Red+Green+Blue) = 31+11+44=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F0B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B2C is #E0F4D3. Grayscale: #141414. Windows color (decimal): -14742740 or 2886431. OLE color: 2886431.

HSL color Cylindrical-coordinate representation of color #1F0B2C: hue angle of 276.36º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F0B2C is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB311144-
CMYK0.300.7500.83
HSL276.36º60%10.78%-
HSV(B)276.36º75%17.25%-
XYZ1.140.712.46-
YUV20.74141.13135.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=36.05%
G=12.79%
B=51.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3111440.300.7500.83276.366010.78
Hex1FB2C1E4B0531143cb
Octal3713543611301234247413
Binary111111011101100111101001011010100111000101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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