Html Css Color HEX #340C43 Blackcurrant

📋 copy color: '#340C43'

red 52 ◦ green 12 ◦ blue 67

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

Shades of Blackcurrant #340C43

Tints of Blackcurrant #340C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 51.15%

R = 39.69%
G = 9.16%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#340C43 (or 0x340C43) is known color: Blackcurrant. HEX triplet: 34, 0C and 43. RGB value is (52,12,67). Sum of RGB (Red+Green+Blue) = 52+12+67=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #340C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C43 is #CBF3BC. Grayscale: #1E1E1E. Windows color (decimal): -13366205 or 4394036. OLE color: 4394036.

HSL color Cylindrical-coordinate representation of color #340C43: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #340C43 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 12 67 -
CMYK 0.22 0.82 0 0.74
HSL 283.64º 0.7% 0.15% -
HSV(B) 283.64º 0.82% 0.26% -
XYZ 2.56 1.4 5.45 -
YUV 30.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 52 12 67 0.22 0.82 0 0.74 283.64 0.7 0.15
Hex 34 C 43 16 52 0 4A 11C 46 F
Octal 64 14 103 26 122 0 112 434 106 17
Binary 110100 1100 1000011 10110 1010010 0 1001010 100011100 1000110 1111

Color Harmonies of #340C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C43

Black with #340C43

Text Example


Text Example

White with #340C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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