Html Css Color HEX #340A3F Blackcurrant

📋 copy color: '#340A3F'

red 52 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #340A3F

Tints of Blackcurrant #340A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

 BLUE value IS 63 (25% from 255) = 50.4%

R = 41.6%
G = 8%
B = 50.4%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340A3F (or 0x340A3F) is known color: Blackcurrant. HEX triplet: 34, 0A and 3F. RGB value is (52,10,63). Sum of RGB (Red+Green+Blue) = 52+10+63=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #340A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A3F is #CBF5C0. Grayscale: #1C1C1C. Windows color (decimal): -13366721 or 4131380. OLE color: 4131380.

HSL color Cylindrical-coordinate representation of color #340A3F: hue angle of 287.55º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #340A3F is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 10 63 -
CMYK 0.17 0.84 0 0.75
HSL 287.55º 0.73% 0.14% -
HSV(B) 287.55º 0.84% 0.25% -
XYZ 2.42 1.31 4.83 -
YUV 28.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 52 10 63 0.17 0.84 0 0.75 287.55 0.73 0.14
Hex 34 A 3F 11 54 0 4B 120 49 E
Octal 64 12 77 21 124 0 113 440 111 16
Binary 110100 1010 111111 10001 1010100 0 1001011 100100000 1001001 1110

Color Harmonies of #340A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A3F

Black with #340A3F

Text Example


Text Example

White with #340A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340A3F; }

 p { color: rgb(52,10,63); }

 H1.HeaderClassName
 {
   color: #340A3F;
 }
 .AnyTagClassName
 {
   color: #340A3F;
 }
</style>

background-color css

<style>
 a { background-color: #340A3F; }

 a { background-color: rgb(52,10,63); }

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

border-color css

<style>
 span { border-color: #340A3F; }

 span { border-color: rgb(52,10,63); }

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