#1B032E

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

Shades of Blackcurrant #1B032E

Tints of Blackcurrant #1B032E

Color information

#1B032E (or 0x1B032E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 03 and 2E. RGB value is (27,3,46). Sum of RGB (Red+Green+Blue) = 27+3+46=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B032E is #E4FCD1. Grayscale: #0E0E0E. Windows color (decimal): -15006930 or 3015451. OLE color: 3015451.

HSL color Cylindrical-coordinate representation of color #1B032E: hue angle of 273.49º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B032E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB27346-
CMYK0.410.9300.82
HSL273.49º87.76%9.61%-
HSV(B)273.49º93.48%18.04%-
XYZ0.980.52.63-
YUV15.08145.45136.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=35.53%
G=3.95%
B=60.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal273460.410.9300.82273.4987.769.61
Hex1B32E295D05211158a
Octal3335651135012242113012
Binary110111110111010100110111010101001010001000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,3,46); }

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

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

 a { background-color: rgb(27,3,46); }

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

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

 span { border-color: rgb(27,3,46); }

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