Html Css Color HEX #34143C Blackcurrant

📋 copy color: '#34143C'

red 52 ◦ green 20 ◦ blue 60

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

Shades of Blackcurrant #34143C

Tints of Blackcurrant #34143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 39.39%
G = 15.15%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34143C (or 0x34143C) is known color: Blackcurrant. HEX triplet: 34, 14 and 3C. RGB value is (52,20,60). Sum of RGB (Red+Green+Blue) = 52+20+60=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #34143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34143C is #CBEBC3. Grayscale: #222222. Windows color (decimal): -13364164 or 3937332. OLE color: 3937332.

HSL color Cylindrical-coordinate representation of color #34143C: hue angle of 288º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34143C is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 20 60 -
CMYK 0.13 0.67 0 0.76
HSL 288º 0.5% 0.16% -
HSV(B) 288º 0.67% 0.24% -
XYZ 2.48 1.56 4.44 -
YUV 34.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 52 20 60 0.13 0.67 0 0.76 288 0.5 0.16
Hex 34 14 3C D 43 0 4C 120 32 10
Octal 64 24 74 15 103 0 114 440 62 20
Binary 110100 10100 111100 1101 1000011 0 1001100 100100000 110010 10000

Color Harmonies of #34143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34143C

Black with #34143C

Text Example


Text Example

White with #34143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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