Html Css Color HEX #34144F Blackcurrant

📋 copy color: '#34144F'

red 52 ◦ green 20 ◦ blue 79

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

Shades of Blackcurrant #34144F

Tints of Blackcurrant #34144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 34.44%
G = 13.25%
B = 52.32%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34144F (or 0x34144F) is known color: Blackcurrant. HEX triplet: 34, 14 and 4F. RGB value is (52,20,79). Sum of RGB (Red+Green+Blue) = 52+20+79=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #34144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34144F is #CBEBB0. Grayscale: #242424. Windows color (decimal): -13364145 or 5182516. OLE color: 5182516.

HSL color Cylindrical-coordinate representation of color #34144F: hue angle of 272.54º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34144F is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 20 79 -
CMYK 0.34 0.75 0 0.69
HSL 272.54º 0.6% 0.19% -
HSV(B) 272.54º 0.75% 0.31% -
XYZ 3.08 1.79 7.58 -
YUV 36.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 52 20 79 0.34 0.75 0 0.69 272.54 0.6 0.19
Hex 34 14 4F 22 4B 0 45 111 3C 13
Octal 64 24 117 42 113 0 105 421 74 23
Binary 110100 10100 1001111 100010 1001011 0 1000101 100010001 111100 10011

Color Harmonies of #34144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34144F

Black with #34144F

Text Example


Text Example

White with #34144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34144F; }

 p { color: rgb(52,20,79); }

 H1.HeaderClassName
 {
   color: #34144F;
 }
 .AnyTagClassName
 {
   color: #34144F;
 }
</style>

background-color css

<style>
 a { background-color: #34144F; }

 a { background-color: rgb(52,20,79); }

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

border-color css

<style>
 span { border-color: #34144F; }

 span { border-color: rgb(52,20,79); }

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