Html Css Color HEX #34144C Blackcurrant

📋 copy color: '#34144C'

red 52 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #34144C

Tints of Blackcurrant #34144C

RGB

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

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

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

R = 35.14%
G = 13.51%
B = 51.35%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34144C (or 0x34144C) is known color: Blackcurrant. HEX triplet: 34, 14 and 4C. RGB value is (52,20,76). Sum of RGB (Red+Green+Blue) = 52+20+76=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #34144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34144C is #CBEBB3. Grayscale: #232323. Windows color (decimal): -13364148 or 4985908. OLE color: 4985908.

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

Color convert

RGB 52 20 76 -
CMYK 0.32 0.74 0 0.70
HSL 274.29º 0.58% 0.19% -
HSV(B) 274.29º 0.74% 0.3% -
XYZ 2.97 1.75 7.02 -
YUV 35.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 52 20 76 0.32 0.74 0 0.70 274.29 0.58 0.19
Hex 34 14 4C 20 4A 0 46 112 3A 13
Octal 64 24 114 40 112 0 106 422 72 23
Binary 110100 10100 1001100 100000 1001010 0 1000110 100010010 111010 10011

Color Harmonies of #34144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34144C

Black with #34144C

Text Example


Text Example

White with #34144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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