Html Css Color HEX #34144A Blackcurrant

📋 copy color: '#34144A'

red 52 ◦ green 20 ◦ blue 74

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

Shades of Blackcurrant #34144A

Tints of Blackcurrant #34144A

RGB

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

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

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

R = 35.62%
G = 13.7%
B = 50.68%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34144A (or 0x34144A) is known color: Blackcurrant. HEX triplet: 34, 14 and 4A. RGB value is (52,20,74). Sum of RGB (Red+Green+Blue) = 52+20+74=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #34144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34144A is #CBEBB5. Grayscale: #232323. Windows color (decimal): -13364150 or 4854836. OLE color: 4854836.

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

Color convert

RGB 52 20 74 -
CMYK 0.30 0.73 0 0.71
HSL 275.56º 0.57% 0.18% -
HSV(B) 275.56º 0.73% 0.29% -
XYZ 2.9 1.72 6.66 -
YUV 35.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 52 20 74 0.30 0.73 0 0.71 275.56 0.57 0.18
Hex 34 14 4A 1E 49 0 47 114 39 12
Octal 64 24 112 36 111 0 107 424 71 22
Binary 110100 10100 1001010 11110 1001001 0 1000111 100010100 111001 10010

Color Harmonies of #34144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34144A

Black with #34144A

Text Example


Text Example

White with #34144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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