Html Css Color HEX #340153 Blackcurrant

📋 copy color: '#340153'

red 52 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #340153

Tints of Blackcurrant #340153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 38.24%
G = 0.74%
B = 61.03%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340153 (or 0x340153) is known color: Blackcurrant. HEX triplet: 34, 01 and 53. RGB value is (52,1,83). Sum of RGB (Red+Green+Blue) = 52+1+83=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #340153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340153 is #CBFEAC. Grayscale: #191919. Windows color (decimal): -13369005 or 5439796. OLE color: 5439796.

HSL color Cylindrical-coordinate representation of color #340153: hue angle of 277.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340153 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 1 83 -
CMYK 0.37 0.99 0 0.67
HSL 277.32º 0.98% 0.16% -
HSV(B) 277.32º 0.99% 0.33% -
XYZ 2.99 1.38 8.29 -
YUV 25.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 52 1 83 0.37 0.99 0 0.67 277.32 0.98 0.16
Hex 34 1 53 25 63 0 43 115 62 10
Octal 64 1 123 45 143 0 103 425 142 20
Binary 110100 1 1010011 100101 1100011 0 1000011 100010101 1100010 10000

Color Harmonies of #340153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340153

Black with #340153

Text Example


Text Example

White with #340153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340153; }

 p { color: rgb(52,1,83); }

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

background-color css

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

 a { background-color: rgb(52,1,83); }

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

border-color css

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

 span { border-color: rgb(52,1,83); }

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