Html Css Color HEX #34074E Blackcurrant

📋 copy color: '#34074E'

red 52 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #34074E

Tints of Blackcurrant #34074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

 BLUE value IS 78 (30.86% from 255) = 56.93%

R = 37.96%
G = 5.11%
B = 56.93%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34074E (or 0x34074E) is known color: Blackcurrant. HEX triplet: 34, 07 and 4E. RGB value is (52,7,78). Sum of RGB (Red+Green+Blue) = 52+7+78=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #34074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34074E is #CBF8B1. Grayscale: #1C1C1C. Windows color (decimal): -13367474 or 5113652. OLE color: 5113652.

HSL color Cylindrical-coordinate representation of color #34074E: hue angle of 278.03º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34074E is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 7 78 -
CMYK 0.33 0.91 0 0.69
HSL 278.03º 0.84% 0.17% -
HSV(B) 278.03º 0.91% 0.31% -
XYZ 2.87 1.43 7.33 -
YUV 28.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 52 7 78 0.33 0.91 0 0.69 278.03 0.84 0.17
Hex 34 7 4E 21 5B 0 45 116 54 11
Octal 64 7 116 41 133 0 105 426 124 21
Binary 110100 111 1001110 100001 1011011 0 1000101 100010110 1010100 10001

Color Harmonies of #34074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34074E

Black with #34074E

Text Example


Text Example

White with #34074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34074E; }

 p { color: rgb(52,7,78); }

 H1.HeaderClassName
 {
   color: #34074E;
 }
 .AnyTagClassName
 {
   color: #34074E;
 }
</style>

background-color css

<style>
 a { background-color: #34074E; }

 a { background-color: rgb(52,7,78); }

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

border-color css

<style>
 span { border-color: #34074E; }

 span { border-color: rgb(52,7,78); }

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