#34123B

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

Shades of Blackcurrant #34123B

Tints of Blackcurrant #34123B

Color information

#34123B (or 0x34123B) is unknown color: approx Blackcurrant. HEX triplet: 34, 12 and 3B. RGB value is (52,18,59). Sum of RGB (Red+Green+Blue) = 52+18+59=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #34123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34123B is #CBEDC4. Grayscale: #202020. Windows color (decimal): -13364677 or 3871284. OLE color: 3871284.

HSL color Cylindrical-coordinate representation of color #34123B: hue angle of 289.76º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34123B is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB521859-
CMYK0.120.6900.77
HSL289.76º53.25%15.1%-
HSV(B)289.76º69.49%23.14%-
XYZ2.421.484.3-
YUV32.84142.76141.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=40.31%
G=13.95%
B=45.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5218590.120.6900.77289.7653.2515.1
Hex34123BC4504D12235f
Octal6422731410501154426517
Binary1101001001011101111001000101010011011001000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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