Html Css Color HEX #34134C Blackcurrant

📋 copy color: '#34134C'

red 52 ◦ green 19 ◦ blue 76

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

Shades of Blackcurrant #34134C

Tints of Blackcurrant #34134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 35.37%
G = 12.93%
B = 51.7%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34134C (or 0x34134C) is known color: Blackcurrant. HEX triplet: 34, 13 and 4C. RGB value is (52,19,76). Sum of RGB (Red+Green+Blue) = 52+19+76=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #34134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34134C is #CBECB3. Grayscale: #232323. Windows color (decimal): -13364404 or 4985652. OLE color: 4985652.

HSL color Cylindrical-coordinate representation of color #34134C: hue angle of 274.74º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34134C is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 19 76 -
CMYK 0.32 0.75 0 0.70
HSL 274.74º 0.6% 0.19% -
HSV(B) 274.74º 0.75% 0.3% -
XYZ 2.95 1.72 7.01 -
YUV 35.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 52 19 76 0.32 0.75 0 0.70 274.74 0.6 0.19
Hex 34 13 4C 20 4B 0 46 113 3C 13
Octal 64 23 114 40 113 0 106 423 74 23
Binary 110100 10011 1001100 100000 1001011 0 1000110 100010011 111100 10011

Color Harmonies of #34134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34134C

Black with #34134C

Text Example


Text Example

White with #34134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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