#34194B

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

Shades of Blackcurrant #34194B

Tints of Blackcurrant #34194B

Color information

#34194B (or 0x34194B) is unknown color: approx Blackcurrant. HEX triplet: 34, 19 and 4B. RGB value is (52,25,75). Sum of RGB (Red+Green+Blue) = 52+25+75=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #34194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34194B is #CBE6B4. Grayscale: #262626. Windows color (decimal): -13362869 or 4921652. OLE color: 4921652.

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

Color convert

RGB522575-
CMYK0.310.6700.71
HSL272.4º50%19.61%-
HSV(B)272.4º66.67%29.41%-
XYZ3.031.936.87-
YUV38.77148.45137.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=34.21%
G=16.45%
B=49.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5225750.310.6700.71272.45019.61
Hex34194B1F430471103214
Octal64311133710301074206224
Binary1101001100110010111111110000110100011110001000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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