#34103F

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

Shades of Blackcurrant #34103F

Tints of Blackcurrant #34103F

Color information

#34103F (or 0x34103F) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 3F. RGB value is (52,16,63). Sum of RGB (Red+Green+Blue) = 52+16+63=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #34103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34103F is #CBEFC0. Grayscale: #1F1F1F. Windows color (decimal): -13365185 or 4132916. OLE color: 4132916.

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

Color convert

RGB521663-
CMYK0.170.7500.75
HSL285.96º59.49%15.49%-
HSV(B)285.96º74.6%24.71%-
XYZ2.51.464.85-
YUV32.12145.43142.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 63 (25% from 255) = 48.09%
R=39.69%
G=12.21%
B=48.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5216630.170.7500.75285.9659.4915.49
Hex34103F114B04B11e3bf
Octal6420772111301134367317
Binary11010010000111111100011001011010010111000111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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