#34034B

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

Shades of Blackcurrant #34034B

Tints of Blackcurrant #34034B

Color information

#34034B (or 0x34034B) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 4B. RGB value is (52,3,75). Sum of RGB (Red+Green+Blue) = 52+3+75=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #34034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34034B is #CBFCB4. Grayscale: #191919. Windows color (decimal): -13368501 or 4916020. OLE color: 4916020.

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

Color convert

RGB52375-
CMYK0.310.9600.71
HSL280.83º92.31%15.29%-
HSV(B)280.83º96%29.41%-
XYZ2.721.36.76-
YUV25.86155.73146.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=40%
G=2.31%
B=57.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal523750.310.9600.71280.8392.3115.29
Hex3434B1F600471195cf
Octal64311337140010743113417
Binary1101001110010111111111000000100011110001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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