#34013B

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

Shades of Blackcurrant #34013B

Tints of Blackcurrant #34013B

Color information

#34013B (or 0x34013B) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 3B. RGB value is (52,1,59). Sum of RGB (Red+Green+Blue) = 52+1+59=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #34013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34013B is #CBFEC4. Grayscale: #161616. Windows color (decimal): -13369029 or 3866932. OLE color: 3866932.

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

Color convert

RGB52159-
CMYK0.120.9800.77
HSL292.76º96.67%11.76%-
HSV(B)292.76º98.31%23.14%-
XYZ2.221.074.23-
YUV22.86148.4148.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=46.43%
G=0.89%
B=52.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal521590.120.9800.77292.7696.6711.76
Hex3413BC6204D12561c
Octal6417314142011544514114
Binary1101001111011110011000100100110110010010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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