Html Css Color HEX #34113A Blackcurrant

📋 copy color: '#34113A'

red 52 ◦ green 17 ◦ blue 58

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

Shades of Blackcurrant #34113A

Tints of Blackcurrant #34113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.39%

 BLUE value IS 58 (23.05% from 255) = 45.67%

R = 40.94%
G = 13.39%
B = 45.67%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34113A (or 0x34113A) is known color: Blackcurrant. HEX triplet: 34, 11 and 3A. RGB value is (52,17,58). Sum of RGB (Red+Green+Blue) = 52+17+58=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #34113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34113A is #CBEEC5. Grayscale: #202020. Windows color (decimal): -13364934 or 3805492. OLE color: 3805492.

HSL color Cylindrical-coordinate representation of color #34113A: hue angle of 291.22º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34113A is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 17 58 -
CMYK 0.10 0.71 0 0.77
HSL 291.22º 0.55% 0.15% -
HSV(B) 291.22º 0.71% 0.23% -
XYZ 2.38 1.44 4.15 -
YUV 32.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 52 17 58 0.10 0.71 0 0.77 291.22 0.55 0.15
Hex 34 11 3A A 47 0 4D 123 37 F
Octal 64 21 72 12 107 0 115 443 67 17
Binary 110100 10001 111010 1010 1000111 0 1001101 100100011 110111 1111

Color Harmonies of #34113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34113A

Black with #34113A

Text Example


Text Example

White with #34113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34113A; }

 p { color: rgb(52,17,58); }

 H1.HeaderClassName
 {
   color: #34113A;
 }
 .AnyTagClassName
 {
   color: #34113A;
 }
</style>

background-color css

<style>
 a { background-color: #34113A; }

 a { background-color: rgb(52,17,58); }

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

border-color css

<style>
 span { border-color: #34113A; }

 span { border-color: rgb(52,17,58); }

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