#34063F

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

Shades of Blackcurrant #34063F

Tints of Blackcurrant #34063F

Color information

#34063F (or 0x34063F) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 3F. RGB value is (52,6,63). Sum of RGB (Red+Green+Blue) = 52+6+63=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #34063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34063F is #CBF9C0. Grayscale: #1A1A1A. Windows color (decimal): -13367745 or 4130356. OLE color: 4130356.

HSL color Cylindrical-coordinate representation of color #34063F: hue angle of 288.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34063F is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52663-
CMYK0.170.9000.75
HSL288.42º82.61%13.53%-
HSV(B)288.42º90.48%24.71%-
XYZ2.381.224.81-
YUV26.25148.74146.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 63 (25% from 255) = 52.07%
R=42.98%
G=4.96%
B=52.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526630.170.9000.75288.4282.6113.53
Hex3463F115A04B12053e
Octal6467721132011344012316
Binary1101001101111111000110110100100101110010000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,6,63); }

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

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

 a { background-color: rgb(52,6,63); }

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

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

 span { border-color: rgb(52,6,63); }

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