#1B002E

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

Shades of Blackcurrant #1B002E

Tints of Blackcurrant #1B002E

Color information

#1B002E (or 0x1B002E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 00 and 2E. RGB value is (27,0,46). Sum of RGB (Red+Green+Blue) = 27+0+46=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B002E is #E4FFD1. Grayscale: #0D0D0D. Windows color (decimal): -15007698 or 3014683. OLE color: 3014683.

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

Color convert

RGB27046-
CMYK0.41100.82
HSL275.22º100%9.02%-
HSV(B)275.22º100%18.04%-
XYZ0.950.432.62-
YUV13.32146.45137.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 63.01%
R=36.99%
G=0%
B=63.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal270460.41100.82275.221009.02
Hex1B02E2964052113649
Octal3305651144012242314411
Binary11011010111010100111001000101001010001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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