#12031B

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

Shades of Blackcurrant #12031B

Tints of Blackcurrant #12031B

Color information

#12031B (or 0x12031B) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 1B. RGB value is (18,3,27). Sum of RGB (Red+Green+Blue) = 18+3+27=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #12031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031B is #EDFCE4. Grayscale: #0A0A0A. Windows color (decimal): -15596773 or 1770258. OLE color: 1770258.

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

Color convert

RGB18327-
CMYK0.330.8900.89
HSL277.5º80%5.88%-
HSV(B)277.5º88.89%10.59%-
XYZ0.480.271.06-
YUV10.22137.47133.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=37.5%
G=6.25%
B=56.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal183270.330.8900.89277.5805.88
Hex1231B2159059116506
Octal223334113101314261206
Binary1001011110111000011011001010110011000101101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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