#1B092B

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

Shades of Blackcurrant #1B092B

Tints of Blackcurrant #1B092B

Color information

#1B092B (or 0x1B092B) is unknown color: approx Blackcurrant. HEX triplet: 1B, 09 and 2B. RGB value is (27,9,43). Sum of RGB (Red+Green+Blue) = 27+9+43=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B092B is #E4F6D4. Grayscale: #121212. Windows color (decimal): -15005397 or 2820379. OLE color: 2820379.

HSL color Cylindrical-coordinate representation of color #1B092B: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B092B is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB27943-
CMYK0.370.7900.83
HSL271.76º65.38%10.2%-
HSV(B)271.76º79.07%16.86%-
XYZ0.990.62.35-
YUV18.26141.96134.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=34.18%
G=11.39%
B=54.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal279430.370.7900.83271.7665.3810.2
Hex1B92B254F05311041a
Octal33115345117012342010112
Binary11011100110101110010110011110101001110001000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,43); }

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

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

 a { background-color: rgb(27,9,43); }

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

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

 span { border-color: rgb(27,9,43); }

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