Html Css Color HEX #34044F Blackcurrant

📋 copy color: '#34044F'

red 52 ◦ green 4 ◦ blue 79

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

Shades of Blackcurrant #34044F

Tints of Blackcurrant #34044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

 BLUE value IS 79 (31.25% from 255) = 58.52%

R = 38.52%
G = 2.96%
B = 58.52%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34044F (or 0x34044F) is known color: Blackcurrant. HEX triplet: 34, 04 and 4F. RGB value is (52,4,79). Sum of RGB (Red+Green+Blue) = 52+4+79=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #34044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34044F is #CBFBB0. Grayscale: #1A1A1A. Windows color (decimal): -13368241 or 5178420. OLE color: 5178420.

HSL color Cylindrical-coordinate representation of color #34044F: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34044F is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 4 79 -
CMYK 0.34 0.95 0 0.69
HSL 278.4º 0.9% 0.16% -
HSV(B) 278.4º 0.95% 0.31% -
XYZ 2.87 1.38 7.51 -
YUV 26.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 52 4 79 0.34 0.95 0 0.69 278.4 0.9 0.16
Hex 34 4 4F 22 5F 0 45 116 5A 10
Octal 64 4 117 42 137 0 105 426 132 20
Binary 110100 100 1001111 100010 1011111 0 1000101 100010110 1011010 10000

Color Harmonies of #34044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34044F

Black with #34044F

Text Example


Text Example

White with #34044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34044F; }

 p { color: rgb(52,4,79); }

 H1.HeaderClassName
 {
   color: #34044F;
 }
 .AnyTagClassName
 {
   color: #34044F;
 }
</style>

background-color css

<style>
 a { background-color: #34044F; }

 a { background-color: rgb(52,4,79); }

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

border-color css

<style>
 span { border-color: #34044F; }

 span { border-color: rgb(52,4,79); }

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