#34134B

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

Shades of Blackcurrant #34134B

Tints of Blackcurrant #34134B

Color information

#34134B (or 0x34134B) is unknown color: approx Blackcurrant. HEX triplet: 34, 13 and 4B. RGB value is (52,19,75). Sum of RGB (Red+Green+Blue) = 52+19+75=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #34134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34134B is #CBECB4. Grayscale: #232323. Windows color (decimal): -13364405 or 4920116. OLE color: 4920116.

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

Color convert

RGB521975-
CMYK0.310.7500.71
HSL275.36º59.57%18.43%-
HSV(B)275.36º74.67%29.41%-
XYZ2.921.76.83-
YUV35.25150.43139.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=35.62%
G=13.01%
B=51.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5219750.310.7500.71275.3659.5718.43
Hex34134B1F4B0471133c12
Octal64231133711301074237422
Binary1101001001110010111111110010110100011110001001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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