Html Css Color HEX #34124E Blackcurrant

📋 copy color: '#34124E'

red 52 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #34124E

Tints of Blackcurrant #34124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 35.14%
G = 12.16%
B = 52.7%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34124E (or 0x34124E) is known color: Blackcurrant. HEX triplet: 34, 12 and 4E. RGB value is (52,18,78). Sum of RGB (Red+Green+Blue) = 52+18+78=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #34124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34124E is #CBEDB1. Grayscale: #222222. Windows color (decimal): -13364658 or 5116468. OLE color: 5116468.

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

Color convert

RGB 52 18 78 -
CMYK 0.33 0.77 0 0.69
HSL 274º 0.63% 0.19% -
HSV(B) 274º 0.77% 0.31% -
XYZ 3.01 1.71 7.38 -
YUV 35.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 52 18 78 0.33 0.77 0 0.69 274 0.63 0.19
Hex 34 12 4E 21 4D 0 45 112 3E 13
Octal 64 22 116 41 115 0 105 422 76 23
Binary 110100 10010 1001110 100001 1001101 0 1000101 100010010 111110 10011

Color Harmonies of #34124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34124E

Black with #34124E

Text Example


Text Example

White with #34124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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