#34063E

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

Shades of Blackcurrant #34063E

Tints of Blackcurrant #34063E

Color information

#34063E (or 0x34063E) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 3E. RGB value is (52,6,62). Sum of RGB (Red+Green+Blue) = 52+6+62=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #34063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34063E is #CBF9C1. Grayscale: #191919. Windows color (decimal): -13367746 or 4064820. OLE color: 4064820.

HSL color Cylindrical-coordinate representation of color #34063E: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34063E is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52662-
CMYK0.160.9000.76
HSL289.29º82.35%13.33%-
HSV(B)289.29º90.32%24.31%-
XYZ2.351.214.67-
YUV26.14148.24146.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=43.33%
G=5%
B=51.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal526620.160.9000.76289.2982.3513.33
Hex3463E105A04C12152d
Octal6467620132011444112215
Binary1101001101111101000010110100100110010010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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