#34184B

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

Shades of Blackcurrant #34184B

Tints of Blackcurrant #34184B

Color information

#34184B (or 0x34184B) is unknown color: approx Blackcurrant. HEX triplet: 34, 18 and 4B. RGB value is (52,24,75). Sum of RGB (Red+Green+Blue) = 52+24+75=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #34184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34184B is #CBE7B4. Grayscale: #262626. Windows color (decimal): -13363125 or 4921396. OLE color: 4921396.

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

Color convert

RGB522475-
CMYK0.310.6800.71
HSL272.94º51.52%19.41%-
HSV(B)272.94º68%29.41%-
XYZ3.011.896.86-
YUV38.19148.78137.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=34.44%
G=15.89%
B=49.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5224750.310.6800.71272.9451.5219.41
Hex34184B1F440471113413
Octal64301133710401074216423
Binary1101001100010010111111110001000100011110001000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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