#34223A

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

Shades of Blackcurrant #34223A

Tints of Blackcurrant #34223A

Color information

#34223A (or 0x34223A) is unknown color: approx Blackcurrant. HEX triplet: 34, 22 and 3A. RGB value is (52,34,58). Sum of RGB (Red+Green+Blue) = 52+34+58=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #34223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34223A is #CBDDC5. Grayscale: #2A2A2A. Windows color (decimal): -13360582 or 3809844. OLE color: 3809844.

HSL color Cylindrical-coordinate representation of color #34223A: hue angle of 285º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34223A is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB523458-
CMYK0.100.4100.77
HSL285º26.09%18.04%-
HSV(B)285º41.38%22.75%-
XYZ2.752.184.28-
YUV42.12136.96135.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=36.11%
G=23.61%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5234580.100.4100.7728526.0918.04
Hex34223AA2904D11d1a12
Octal644272125101154353222
Binary1101001000101110101010101001010011011000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34223A; }

 p { color: rgb(52,34,58); }

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

<style>
 a { background-color: #34223A; }

 a { background-color: rgb(52,34,58); }

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

<style>
 span { border-color: #34223A; }

 span { border-color: rgb(52,34,58); }

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