Html Css Color HEX #34004E Blackcurrant

📋 copy color: '#34004E'

red 52 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #34004E

Tints of Blackcurrant #34004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34004E (or 0x34004E) is known color: Blackcurrant. HEX triplet: 34, 00 and 4E. RGB value is (52,0,78). Sum of RGB (Red+Green+Blue) = 52+0+78=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #34004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34004E is #CBFFB1. Grayscale: #181818. Windows color (decimal): -13369266 or 5111860. OLE color: 5111860.

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

Color convert

RGB 52 0 78 -
CMYK 0.33 1 0 0.69
HSL 280º 1% 0.15% -
HSV(B) 280º 1% 0.31% -
XYZ 2.79 1.28 7.31 -
YUV 24.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 52 0 78 0.33 1 0 0.69 280 1 0.15
Hex 34 0 4E 21 64 0 45 118 64 F
Octal 64 0 116 41 144 0 105 430 144 17
Binary 110100 0 1001110 100001 1100100 0 1000101 100011000 1100100 1111

Color Harmonies of #34004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34004E

Black with #34004E

Text Example


Text Example

White with #34004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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