Html Css Color HEX #34113F Blackcurrant

📋 copy color: '#34113F'

red 52 ◦ green 17 ◦ blue 63

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

Shades of Blackcurrant #34113F

Tints of Blackcurrant #34113F

RGB

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

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

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

R = 39.39%
G = 12.88%
B = 47.73%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34113F (or 0x34113F) is known color: Blackcurrant. HEX triplet: 34, 11 and 3F. RGB value is (52,17,63). Sum of RGB (Red+Green+Blue) = 52+17+63=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #34113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34113F is #CBEEC0. Grayscale: #202020. Windows color (decimal): -13364929 or 4133172. OLE color: 4133172.

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

Color convert

RGB 52 17 63 -
CMYK 0.17 0.73 0 0.75
HSL 285.65º 0.58% 0.16% -
HSV(B) 285.65º 0.73% 0.25% -
XYZ 2.51 1.49 4.86 -
YUV 32.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 52 17 63 0.17 0.73 0 0.75 285.65 0.58 0.16
Hex 34 11 3F 11 49 0 4B 11E 3A 10
Octal 64 21 77 21 111 0 113 436 72 20
Binary 110100 10001 111111 10001 1001001 0 1001011 100011110 111010 10000

Color Harmonies of #34113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34113F

Black with #34113F

Text Example


Text Example

White with #34113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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