Html Css Color HEX #340C3D Blackcurrant

📋 copy color: '#340C3D'

red 52 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #340C3D

Tints of Blackcurrant #340C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.6%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 41.6%
G = 9.6%
B = 48.8%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#340C3D (or 0x340C3D) is known color: Blackcurrant. HEX triplet: 34, 0C and 3D. RGB value is (52,12,61). Sum of RGB (Red+Green+Blue) = 52+12+61=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #340C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C3D is #CBF3C2. Grayscale: #1D1D1D. Windows color (decimal): -13366211 or 4000820. OLE color: 4000820.

HSL color Cylindrical-coordinate representation of color #340C3D: hue angle of 288.98º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #340C3D is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 12 61 -
CMYK 0.15 0.80 0 0.76
HSL 288.98º 0.67% 0.14% -
HSV(B) 288.98º 0.8% 0.24% -
XYZ 2.39 1.33 4.55 -
YUV 29.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 52 12 61 0.15 0.80 0 0.76 288.98 0.67 0.14
Hex 34 C 3D F 50 0 4C 121 43 E
Octal 64 14 75 17 120 0 114 441 103 16
Binary 110100 1100 111101 1111 1010000 0 1001100 100100001 1000011 1110

Color Harmonies of #340C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C3D

Black with #340C3D

Text Example


Text Example

White with #340C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,12,61); }

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

background-color css

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

 a { background-color: rgb(52,12,61); }

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

border-color css

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

 span { border-color: rgb(52,12,61); }

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