Html Css Color HEX #34104C Blackcurrant

📋 copy color: '#34104C'

red 52 ◦ green 16 ◦ blue 76

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

Shades of Blackcurrant #34104C

Tints of Blackcurrant #34104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

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

R = 36.11%
G = 11.11%
B = 52.78%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34104C (or 0x34104C) is known color: Blackcurrant. HEX triplet: 34, 10 and 4C. RGB value is (52,16,76). Sum of RGB (Red+Green+Blue) = 52+16+76=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #34104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34104C is #CBEFB3. Grayscale: #212121. Windows color (decimal): -13365172 or 4984884. OLE color: 4984884.

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

Color convert

RGB 52 16 76 -
CMYK 0.32 0.79 0 0.70
HSL 276º 0.65% 0.18% -
HSV(B) 276º 0.79% 0.3% -
XYZ 2.91 1.62 7 -
YUV 33.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 52 16 76 0.32 0.79 0 0.70 276 0.65 0.18
Hex 34 10 4C 20 4F 0 46 114 41 12
Octal 64 20 114 40 117 0 106 424 101 22
Binary 110100 10000 1001100 100000 1001111 0 1000110 100010100 1000001 10010

Color Harmonies of #34104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34104C

Black with #34104C

Text Example


Text Example

White with #34104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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