Html Css Color HEX #34203E Blackcurrant

📋 copy color: '#34203E'

red 52 ◦ green 32 ◦ blue 62

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

Shades of Blackcurrant #34203E

Tints of Blackcurrant #34203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 35.62%
G = 21.92%
B = 42.47%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34203E (or 0x34203E) is known color: Blackcurrant. HEX triplet: 34, 20 and 3E. RGB value is (52,32,62). Sum of RGB (Red+Green+Blue) = 52+32+62=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #34203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203E is #CBDFC1. Grayscale: #292929. Windows color (decimal): -13361090 or 4071476. OLE color: 4071476.

HSL color Cylindrical-coordinate representation of color #34203E: hue angle of 280º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34203E is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 32 62 -
CMYK 0.16 0.48 0 0.76
HSL 280º 0.32% 0.18% -
HSV(B) 280º 0.48% 0.24% -
XYZ 2.8 2.11 4.82 -
YUV 41.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 52 32 62 0.16 0.48 0 0.76 280 0.32 0.18
Hex 34 20 3E 10 30 0 4C 118 20 12
Octal 64 40 76 20 60 0 114 430 40 22
Binary 110100 100000 111110 10000 110000 0 1001100 100011000 100000 10010

Color Harmonies of #34203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34203E

Black with #34203E

Text Example


Text Example

White with #34203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34203E; }

 p { color: rgb(52,32,62); }

 H1.HeaderClassName
 {
   color: #34203E;
 }
 .AnyTagClassName
 {
   color: #34203E;
 }
</style>

background-color css

<style>
 a { background-color: #34203E; }

 a { background-color: rgb(52,32,62); }

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

border-color css

<style>
 span { border-color: #34203E; }

 span { border-color: rgb(52,32,62); }

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