#34094B

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

Shades of Blackcurrant #34094B

Tints of Blackcurrant #34094B

Color information

#34094B (or 0x34094B) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 4B. RGB value is (52,9,75). Sum of RGB (Red+Green+Blue) = 52+9+75=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #34094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34094B is #CBF6B4. Grayscale: #1D1D1D. Windows color (decimal): -13366965 or 4917556. OLE color: 4917556.

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

Color convert

RGB52975-
CMYK0.310.8800.71
HSL279.09º78.57%16.47%-
HSV(B)279.09º88%29.41%-
XYZ2.781.436.79-
YUV29.38153.75144.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=38.24%
G=6.62%
B=55.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal529750.310.8800.71279.0978.5716.47
Hex3494B1F580471174f10
Octal641111337130010742711720
Binary1101001001100101111111101100001000111100010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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