#34104B

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

Shades of Blackcurrant #34104B

Tints of Blackcurrant #34104B

Color information

#34104B (or 0x34104B) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 4B. RGB value is (52,16,75). Sum of RGB (Red+Green+Blue) = 52+16+75=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #34104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34104B is #CBEFB4. Grayscale: #212121. Windows color (decimal): -13365173 or 4919348. OLE color: 4919348.

HSL color Cylindrical-coordinate representation of color #34104B: hue angle of 276.61º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34104B is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB521675-
CMYK0.310.7900.71
HSL276.61º64.84%17.84%-
HSV(B)276.61º78.67%29.41%-
XYZ2.871.616.82-
YUV33.49151.43141.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=36.36%
G=11.19%
B=52.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5216750.310.7900.71276.6164.8417.84
Hex34104B1F4F0471154112
Octal642011337117010742510122
Binary11010010000100101111111100111101000111100010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,16,75); }

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

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

 a { background-color: rgb(52,16,75); }

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

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

 span { border-color: rgb(52,16,75); }

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