#1B0B2A

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

Shades of Blackcurrant #1B0B2A

Tints of Blackcurrant #1B0B2A

Color information

#1B0B2A (or 0x1B0B2A) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0B and 2A. RGB value is (27,11,42). Sum of RGB (Red+Green+Blue) = 27+11+42=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #1B0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B2A is #E4F4D5. Grayscale: #131313. Windows color (decimal): -15004886 or 2755355. OLE color: 2755355.

HSL color Cylindrical-coordinate representation of color #1B0B2A: hue angle of 270.97º 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 #1B0B2A is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB271142-
CMYK0.360.7400.84
HSL270.97º58.49%10.39%-
HSV(B)270.97º73.81%16.47%-
XYZ0.990.642.26-
YUV19.32140.8133.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.75%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=33.75%
G=13.75%
B=52.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2711420.360.7400.84270.9758.4910.39
Hex1BB2A244A05410f3aa
Octal3313524411201244177212
Binary1101110111010101001001001010010101001000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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