Html Css Color HEX #34013A Blackcurrant

📋 copy color: '#34013A'

red 52 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #34013A

Tints of Blackcurrant #34013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 46.85%
G = 0.9%
B = 52.25%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34013A (or 0x34013A) is known color: Blackcurrant. HEX triplet: 34, 01 and 3A. RGB value is (52,1,58). Sum of RGB (Red+Green+Blue) = 52+1+58=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #34013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34013A is #CBFEC5. Grayscale: #161616. Windows color (decimal): -13369030 or 3801396. OLE color: 3801396.

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

Color convert

RGB 52 1 58 -
CMYK 0.10 0.98 0 0.77
HSL 293.68º 0.97% 0.12% -
HSV(B) 293.68º 0.98% 0.23% -
XYZ 2.19 1.06 4.09 -
YUV 22.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 52 1 58 0.10 0.98 0 0.77 293.68 0.97 0.12
Hex 34 1 3A A 62 0 4D 126 61 C
Octal 64 1 72 12 142 0 115 446 141 14
Binary 110100 1 111010 1010 1100010 0 1001101 100100110 1100001 1100

Color Harmonies of #34013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34013A

Black with #34013A

Text Example


Text Example

White with #34013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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