Html Css Color HEX #34054D Blackcurrant

📋 copy color: '#34054D'

red 52 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #34054D

Tints of Blackcurrant #34054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

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

R = 38.81%
G = 3.73%
B = 57.46%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34054D (or 0x34054D) is known color: Blackcurrant. HEX triplet: 34, 05 and 4D. RGB value is (52,5,77). Sum of RGB (Red+Green+Blue) = 52+5+77=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #34054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34054D is #CBFAB2. Grayscale: #1B1B1B. Windows color (decimal): -13367987 or 5047604. OLE color: 5047604.

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

Color convert

RGB 52 5 77 -
CMYK 0.32 0.94 0 0.70
HSL 279.17º 0.88% 0.16% -
HSV(B) 279.17º 0.94% 0.3% -
XYZ 2.81 1.37 7.14 -
YUV 27.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 52 5 77 0.32 0.94 0 0.70 279.17 0.88 0.16
Hex 34 5 4D 20 5E 0 46 117 58 10
Octal 64 5 115 40 136 0 106 427 130 20
Binary 110100 101 1001101 100000 1011110 0 1000110 100010111 1011000 10000

Color Harmonies of #34054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34054D

Black with #34054D

Text Example


Text Example

White with #34054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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