#34073D

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

Shades of Blackcurrant #34073D

Tints of Blackcurrant #34073D

Color information

#34073D (or 0x34073D) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 3D. RGB value is (52,7,61). Sum of RGB (Red+Green+Blue) = 52+7+61=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #34073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34073D is #CBF8C2. Grayscale: #1A1A1A. Windows color (decimal): -13367491 or 3999540. OLE color: 3999540.

HSL color Cylindrical-coordinate representation of color #34073D: hue angle of 290º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34073D is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52761-
CMYK0.150.8900.76
HSL290º79.41%13.33%-
HSV(B)290º88.52%23.92%-
XYZ2.331.224.53-
YUV26.61147.41146.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=43.33%
G=5.83%
B=50.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal527610.150.8900.7629079.4113.33
Hex3473DF5904C1224fd
Octal6477517131011444211715
Binary110100111111101111110110010100110010010001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34073D; }

 p { color: rgb(52,7,61); }

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

<style>
 a { background-color: #34073D; }

 a { background-color: rgb(52,7,61); }

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

<style>
 span { border-color: #34073D; }

 span { border-color: rgb(52,7,61); }

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