Html Css Color HEX #34023A Blackcurrant

📋 copy color: '#34023A'

red 52 ◦ green 2 ◦ blue 58

#34023A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #34023A

Tints of Blackcurrant #34023A

RGB

 RED value IS 52 (20.7% from 255) = 46.43%

 GREEN value IS 2 (1.17% from 255) = 1.79%

 BLUE value IS 58 (23.05% from 255) = 51.79%

R = 46.43%
G = 1.79%
B = 51.79%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34023A (or 0x34023A) is known color: Blackcurrant. HEX triplet: 34, 02 and 3A. RGB value is (52,2,58). Sum of RGB (Red+Green+Blue) = 52+2+58=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #34023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023A is #CBFDC5. Grayscale: #171717. Windows color (decimal): -13368774 or 3801652. OLE color: 3801652.

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

Color convert

RGB 52 2 58 -
CMYK 0.10 0.97 0 0.77
HSL 293.57º 0.93% 0.12% -
HSV(B) 293.57º 0.97% 0.23% -
XYZ 2.2 1.08 4.1 -
YUV 23.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 52 2 58 0.10 0.97 0 0.77 293.57 0.93 0.12
Hex 34 2 3A A 61 0 4D 126 5D C
Octal 64 2 72 12 141 0 115 446 135 14
Binary 110100 10 111010 1010 1100001 0 1001101 100100110 1011101 1100

Color Harmonies of #34023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34023A

Black with #34023A

Text Example


Text Example

White with #34023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34023A;
 }
 .AnyTagClassName
 {
   color: #34023A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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