Html Css Color HEX #34193A Blackcurrant

📋 copy color: '#34193A'

red 52 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #34193A

Tints of Blackcurrant #34193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

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

R = 38.52%
G = 18.52%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34193A (or 0x34193A) is known color: Blackcurrant. HEX triplet: 34, 19 and 3A. RGB value is (52,25,58). Sum of RGB (Red+Green+Blue) = 52+25+58=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #34193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34193A is #CBE6C5. Grayscale: #242424. Windows color (decimal): -13362886 or 3807540. OLE color: 3807540.

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

Color convert

RGB 52 25 58 -
CMYK 0.10 0.57 0 0.77
HSL 289.09º 0.4% 0.16% -
HSV(B) 289.09º 0.57% 0.23% -
XYZ 2.53 1.73 4.2 -
YUV 36.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 52 25 58 0.10 0.57 0 0.77 289.09 0.4 0.16
Hex 34 19 3A A 39 0 4D 121 28 10
Octal 64 31 72 12 71 0 115 441 50 20
Binary 110100 11001 111010 1010 111001 0 1001101 100100001 101000 10000

Color Harmonies of #34193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34193A

Black with #34193A

Text Example


Text Example

White with #34193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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