Html Css Color HEX #34184D Blackcurrant

📋 copy color: '#34184D'

red 52 ◦ green 24 ◦ blue 77

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

Shades of Blackcurrant #34184D

Tints of Blackcurrant #34184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 33.99%
G = 15.69%
B = 50.33%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34184D (or 0x34184D) is known color: Blackcurrant. HEX triplet: 34, 18 and 4D. RGB value is (52,24,77). Sum of RGB (Red+Green+Blue) = 52+24+77=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #34184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34184D is #CBE7B2. Grayscale: #262626. Windows color (decimal): -13363123 or 5052468. OLE color: 5052468.

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

Color convert

RGB 52 24 77 -
CMYK 0.32 0.69 0 0.70
HSL 271.7º 0.52% 0.2% -
HSV(B) 271.7º 0.69% 0.3% -
XYZ 3.08 1.92 7.23 -
YUV 38.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 52 24 77 0.32 0.69 0 0.70 271.7 0.52 0.2
Hex 34 18 4D 20 45 0 46 110 34 14
Octal 64 30 115 40 105 0 106 420 64 24
Binary 110100 11000 1001101 100000 1000101 0 1000110 100010000 110100 10100

Color Harmonies of #34184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34184D

Black with #34184D

Text Example


Text Example

White with #34184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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