#34233A

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

Shades of Blackcurrant #34233A

Tints of Blackcurrant #34233A

Color information

#34233A (or 0x34233A) is unknown color: approx Blackcurrant. HEX triplet: 34, 23 and 3A. RGB value is (52,35,58). Sum of RGB (Red+Green+Blue) = 52+35+58=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #34233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34233A is #CBDCC5. Grayscale: #2A2A2A. Windows color (decimal): -13360326 or 3810100. OLE color: 3810100.

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

Color convert

RGB523558-
CMYK0.100.4000.77
HSL284.35º24.73%18.24%-
HSV(B)284.35º39.66%22.75%-
XYZ2.782.244.29-
YUV42.7136.63134.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 58 (23.05% from 255) = 40%
R=35.86%
G=24.14%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5235580.100.4000.77284.3524.7318.24
Hex34233AA2804D11c1912
Octal644372125001154343122
Binary1101001000111110101010101000010011011000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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