#34123F

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

Shades of Blackcurrant #34123F

Tints of Blackcurrant #34123F

Color information

#34123F (or 0x34123F) is unknown color: approx Blackcurrant. HEX triplet: 34, 12 and 3F. RGB value is (52,18,63). Sum of RGB (Red+Green+Blue) = 52+18+63=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #34123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34123F is #CBEDC0. Grayscale: #212121. Windows color (decimal): -13364673 or 4133428. OLE color: 4133428.

HSL color Cylindrical-coordinate representation of color #34123F: hue angle of 285.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34123F is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB521863-
CMYK0.170.7100.75
HSL285.33º55.56%15.88%-
HSV(B)285.33º71.43%24.71%-
XYZ2.531.524.86-
YUV33.3144.76141.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 63 (25% from 255) = 47.37%
R=39.10%
G=13.53%
B=47.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5218630.170.7100.75285.3355.5615.88
Hex34123F114704B11d3810
Octal6422772110701134357020
Binary110100100101111111000110001110100101110001110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34123F; }

 p { color: rgb(52,18,63); }

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

<style>
 a { background-color: #34123F; }

 a { background-color: rgb(52,18,63); }

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

<style>
 span { border-color: #34123F; }

 span { border-color: rgb(52,18,63); }

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