Html Css Color HEX #34024F Blackcurrant

📋 copy color: '#34024F'

red 52 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #34024F

Tints of Blackcurrant #34024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 39.1%
G = 1.5%
B = 59.4%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34024F (or 0x34024F) is known color: Blackcurrant. HEX triplet: 34, 02 and 4F. RGB value is (52,2,79). Sum of RGB (Red+Green+Blue) = 52+2+79=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #34024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34024F is #CBFDB0. Grayscale: #191919. Windows color (decimal): -13368753 or 5177908. OLE color: 5177908.

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

Color convert

RGB 52 2 79 -
CMYK 0.34 0.97 0 0.69
HSL 278.96º 0.95% 0.16% -
HSV(B) 278.96º 0.97% 0.31% -
XYZ 2.85 1.34 7.51 -
YUV 25.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 52 2 79 0.34 0.97 0 0.69 278.96 0.95 0.16
Hex 34 2 4F 22 61 0 45 117 5F 10
Octal 64 2 117 42 141 0 105 427 137 20
Binary 110100 10 1001111 100010 1100001 0 1000101 100010111 1011111 10000

Color Harmonies of #34024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34024F

Black with #34024F

Text Example


Text Example

White with #34024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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