Html Css Color HEX #34124F Blackcurrant

📋 copy color: '#34124F'

red 52 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #34124F

Tints of Blackcurrant #34124F

RGB

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

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

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

R = 34.9%
G = 12.08%
B = 53.02%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34124F (or 0x34124F) is known color: Blackcurrant. HEX triplet: 34, 12 and 4F. RGB value is (52,18,79). Sum of RGB (Red+Green+Blue) = 52+18+79=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #34124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34124F is #CBEDB0. Grayscale: #222222. Windows color (decimal): -13364657 or 5182004. OLE color: 5182004.

HSL color Cylindrical-coordinate representation of color #34124F: hue angle of 273.44º degrees, saturation: 0.63, 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 #34124F is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 18 79 -
CMYK 0.34 0.77 0 0.69
HSL 273.44º 0.63% 0.19% -
HSV(B) 273.44º 0.77% 0.31% -
XYZ 3.04 1.73 7.57 -
YUV 35.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 52 18 79 0.34 0.77 0 0.69 273.44 0.63 0.19
Hex 34 12 4F 22 4D 0 45 111 3F 13
Octal 64 22 117 42 115 0 105 421 77 23
Binary 110100 10010 1001111 100010 1001101 0 1000101 100010001 111111 10011

Color Harmonies of #34124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34124F

Black with #34124F

Text Example


Text Example

White with #34124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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