#1B033A

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

Shades of Blackcurrant #1B033A

Tints of Blackcurrant #1B033A

Color information

#1B033A (or 0x1B033A) is unknown color: approx Blackcurrant. HEX triplet: 1B, 03 and 3A. RGB value is (27,3,58). Sum of RGB (Red+Green+Blue) = 27+3+58=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B033A is #E4FCC5. Grayscale: #101010. Windows color (decimal): -15006918 or 3801883. OLE color: 3801883.

HSL color Cylindrical-coordinate representation of color #1B033A: hue angle of 266.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B033A is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB27358-
CMYK0.530.9500.77
HSL266.18º90.16%11.96%-
HSV(B)266.18º94.83%22.75%-
XYZ1.250.64.05-
YUV16.45151.45135.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 58 (23.05% from 255) = 65.91%
R=30.68%
G=3.41%
B=65.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal273580.530.9500.77266.1890.1611.96
Hex1B33A355F04D10a5ac
Octal3337265137011541213214
Binary110111111101011010110111110100110110000101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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