#34154B

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

Shades of Blackcurrant #34154B

Tints of Blackcurrant #34154B

Color information

#34154B (or 0x34154B) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 4B. RGB value is (52,21,75). Sum of RGB (Red+Green+Blue) = 52+21+75=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #34154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34154B is #CBEAB4. Grayscale: #242424. Windows color (decimal): -13363893 or 4920628. OLE color: 4920628.

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

Color convert

RGB522175-
CMYK0.310.7200.71
HSL274.44º56.25%18.82%-
HSV(B)274.44º72%29.41%-
XYZ2.951.776.84-
YUV36.42149.77139.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=35.14%
G=14.19%
B=50.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5221750.310.7200.71274.4456.2518.82
Hex34154B1F480471123813
Octal64251133711001074227023
Binary1101001010110010111111110010000100011110001001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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