#34154F

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

Shades of Blackcurrant #34154F

Tints of Blackcurrant #34154F

Color information

#34154F (or 0x34154F) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 4F. RGB value is (52,21,79). Sum of RGB (Red+Green+Blue) = 52+21+79=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #34154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34154F is #CBEAB0. Grayscale: #242424. Windows color (decimal): -13363889 or 5182772. OLE color: 5182772.

HSL color Cylindrical-coordinate representation of color #34154F: hue angle of 272.07º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34154F is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB522179-
CMYK0.340.7300.69
HSL272.07º58%19.61%-
HSV(B)272.07º73.42%30.98%-
XYZ3.11.837.59-
YUV36.88151.77138.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=34.21%
G=13.82%
B=51.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5221790.340.7300.69272.075819.61
Hex34154F22490451103a14
Octal64251174211101054207224
Binary11010010101100111110001010010010100010110001000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,21,79); }

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

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

 a { background-color: rgb(52,21,79); }

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

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

 span { border-color: rgb(52,21,79); }

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