Html Css Color HEX #34194D Blackcurrant

📋 copy color: '#34194D'

red 52 ◦ green 25 ◦ blue 77

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

Shades of Blackcurrant #34194D

Tints of Blackcurrant #34194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 77 (30.47% from 255) = 50%

R = 33.77%
G = 16.23%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34194D (or 0x34194D) is known color: Blackcurrant. HEX triplet: 34, 19 and 4D. RGB value is (52,25,77). Sum of RGB (Red+Green+Blue) = 52+25+77=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #34194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34194D is #CBE6B2. Grayscale: #262626. Windows color (decimal): -13362867 or 5052724. OLE color: 5052724.

HSL color Cylindrical-coordinate representation of color #34194D: hue angle of 271.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34194D is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 25 77 -
CMYK 0.32 0.68 0 0.70
HSL 271.15º 0.51% 0.2% -
HSV(B) 271.15º 0.68% 0.3% -
XYZ 3.1 1.96 7.24 -
YUV 39 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 52 25 77 0.32 0.68 0 0.70 271.15 0.51 0.2
Hex 34 19 4D 20 44 0 46 10F 33 14
Octal 64 31 115 40 104 0 106 417 63 24
Binary 110100 11001 1001101 100000 1000100 0 1000110 100001111 110011 10100

Color Harmonies of #34194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34194D

Black with #34194D

Text Example


Text Example

White with #34194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34194D; }

 p { color: rgb(52,25,77); }

 H1.HeaderClassName
 {
   color: #34194D;
 }
 .AnyTagClassName
 {
   color: #34194D;
 }
</style>

background-color css

<style>
 a { background-color: #34194D; }

 a { background-color: rgb(52,25,77); }

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

border-color css

<style>
 span { border-color: #34194D; }

 span { border-color: rgb(52,25,77); }

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