#34074B

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

Shades of Blackcurrant #34074B

Tints of Blackcurrant #34074B

Color information

#34074B (or 0x34074B) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 4B. RGB value is (52,7,75). Sum of RGB (Red+Green+Blue) = 52+7+75=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #34074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34074B is #CBF8B4. Grayscale: #1B1B1B. Windows color (decimal): -13367477 or 4917044. OLE color: 4917044.

HSL color Cylindrical-coordinate representation of color #34074B: hue angle of 279.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34074B is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB52775-
CMYK0.310.9100.71
HSL279.71º82.93%16.08%-
HSV(B)279.71º90.67%29.41%-
XYZ2.761.396.78-
YUV28.21154.41144.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=38.81%
G=5.22%
B=55.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal527750.310.9100.71279.7182.9316.08
Hex3474B1F5B0471185310
Octal64711337133010743012320
Binary110100111100101111111101101101000111100011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34074B; }

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

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

<style>
 a { background-color: #34074B; }

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

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

<style>
 span { border-color: #34074B; }

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

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