#1B0A34

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

Shades of Blackcurrant #1B0A34

Tints of Blackcurrant #1B0A34

Color information

#1B0A34 (or 0x1B0A34) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0A and 34. RGB value is (27,10,52). Sum of RGB (Red+Green+Blue) = 27+10+52=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #1B0A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A34 is #E4F5CB. Grayscale: #131313. Windows color (decimal): -15005132 or 3410459. OLE color: 3410459.

HSL color Cylindrical-coordinate representation of color #1B0A34: hue angle of 264.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0A34 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB271052-
CMYK0.480.8100.80
HSL264.29º67.74%12.16%-
HSV(B)264.29º80.77%20.39%-
XYZ1.180.73.32-
YUV19.87146.13133.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 10 (4.30% from 255) = 11.24%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=30.34%
G=11.24%
B=58.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2710520.480.8100.80264.2967.7412.16
Hex1BA34305105010844c
Octal33126460121012041010414
Binary11011101011010011000010100010101000010000100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,10,52); }

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

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

 a { background-color: rgb(27,10,52); }

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

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

 span { border-color: rgb(27,10,52); }

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