#34013A

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

Shades of Blackcurrant #34013A

Tints of Blackcurrant #34013A

Color information

#34013A (or 0x34013A) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 3A. RGB value is (52,1,58). Sum of RGB (Red+Green+Blue) = 52+1+58=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #34013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34013A is #CBFEC5. Grayscale: #161616. Windows color (decimal): -13369030 or 3801396. OLE color: 3801396.

HSL color Cylindrical-coordinate representation of color #34013A: hue angle of 293.68º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34013A is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB52158-
CMYK0.100.9800.77
HSL293.68º96.61%11.57%-
HSV(B)293.68º98.28%22.75%-
XYZ2.191.064.09-
YUV22.75147.9148.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=46.85%
G=0.90%
B=52.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal521580.100.9800.77293.6896.6111.57
Hex3413AA6204D12661c
Octal6417212142011544614114
Binary1101001111010101011000100100110110010011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34013A; }

 p { color: rgb(52,1,58); }

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

<style>
 a { background-color: #34013A; }

 a { background-color: rgb(52,1,58); }

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

<style>
 span { border-color: #34013A; }

 span { border-color: rgb(52,1,58); }

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