#1B022E

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

Shades of Blackcurrant #1B022E

Tints of Blackcurrant #1B022E

Color information

#1B022E (or 0x1B022E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 02 and 2E. RGB value is (27,2,46). Sum of RGB (Red+Green+Blue) = 27+2+46=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B022E is #E4FDD1. Grayscale: #0E0E0E. Windows color (decimal): -15007186 or 3015195. OLE color: 3015195.

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

Color convert

RGB27246-
CMYK0.410.9600.82
HSL274.09º91.67%9.41%-
HSV(B)274.09º95.65%18.04%-
XYZ0.970.472.63-
YUV14.49145.78136.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=36%
G=2.67%
B=61.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal272460.410.9600.82274.0991.679.41
Hex1B22E29600521125c9
Octal3325651140012242213411
Binary110111010111010100111000000101001010001001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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