#12091B

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

Shades of Blackcurrant #12091B

Tints of Blackcurrant #12091B

Color information

#12091B (or 0x12091B) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 1B. RGB value is (18,9,27). Sum of RGB (Red+Green+Blue) = 18+9+27=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #12091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091B is #EDF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15595237 or 1771794. OLE color: 1771794.

HSL color Cylindrical-coordinate representation of color #12091B: hue angle of 270º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12091B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18927-
CMYK0.330.6700.89
HSL270º50%7.06%-
HSV(B)270º66.67%10.59%-
XYZ0.540.41.09-
YUV13.74135.48131.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal189270.330.6700.89270507.06
Hex1291B214305910e327
Octal221133411030131416627
Binary10010100111011100001100001101011001100001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12091B; }

 p { color: rgb(18,9,27); }

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

<style>
 a { background-color: #12091B; }

 a { background-color: rgb(18,9,27); }

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

<style>
 span { border-color: #12091B; }

 span { border-color: rgb(18,9,27); }

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