#12052B

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

Shades of Blackcurrant #12052B

Tints of Blackcurrant #12052B

Color information

#12052B (or 0x12052B) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 2B. RGB value is (18,5,43). Sum of RGB (Red+Green+Blue) = 18+5+43=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #12052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052B is #EDFAD4. Grayscale: #0D0D0D. Windows color (decimal): -15596245 or 2819346. OLE color: 2819346.

HSL color Cylindrical-coordinate representation of color #12052B: hue angle of 260.53º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12052B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB18543-
CMYK0.580.8800.83
HSL260.53º79.17%9.41%-
HSV(B)260.53º88.37%16.86%-
XYZ0.740.412.33-
YUV13.22144.81131.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 43 (17.19% from 255) = 65.15%
R=27.27%
G=7.58%
B=65.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal185430.580.8800.83260.5379.179.41
Hex1252B3A580531054f9
Octal2255372130012340511711
Binary1001010110101111101010110000101001110000010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,5,43); }

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

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

 a { background-color: rgb(18,5,43); }

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

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

 span { border-color: rgb(18,5,43); }

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