Html Css Color HEX #34134A Blackcurrant

📋 copy color: '#34134A'

red 52 ◦ green 19 ◦ blue 74

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

Shades of Blackcurrant #34134A

Tints of Blackcurrant #34134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 74 (29.3% from 255) = 51.03%

R = 35.86%
G = 13.1%
B = 51.03%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34134A (or 0x34134A) is known color: Blackcurrant. HEX triplet: 34, 13 and 4A. RGB value is (52,19,74). Sum of RGB (Red+Green+Blue) = 52+19+74=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #34134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34134A is #CBECB5. Grayscale: #222222. Windows color (decimal): -13364406 or 4854580. OLE color: 4854580.

HSL color Cylindrical-coordinate representation of color #34134A: hue angle of 276º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34134A is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 19 74 -
CMYK 0.30 0.74 0 0.71
HSL 276º 0.59% 0.18% -
HSV(B) 276º 0.74% 0.29% -
XYZ 2.89 1.69 6.65 -
YUV 35.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 52 19 74 0.30 0.74 0 0.71 276 0.59 0.18
Hex 34 13 4A 1E 4A 0 47 114 3B 12
Octal 64 23 112 36 112 0 107 424 73 22
Binary 110100 10011 1001010 11110 1001010 0 1000111 100010100 111011 10010

Color Harmonies of #34134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34134A

Black with #34134A

Text Example


Text Example

White with #34134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,19,74); }

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

background-color css

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

 a { background-color: rgb(52,19,74); }

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

border-color css

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

 span { border-color: rgb(52,19,74); }

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