Html Css Color HEX #340255 Blackcurrant

📋 copy color: '#340255'

red 52 ◦ green 2 ◦ blue 85

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

Shades of Blackcurrant #340255

Tints of Blackcurrant #340255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

 BLUE value IS 85 (33.59% from 255) = 61.15%

R = 37.41%
G = 1.44%
B = 61.15%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340255 (or 0x340255) is known color: Blackcurrant. HEX triplet: 34, 02 and 55. RGB value is (52,2,85). Sum of RGB (Red+Green+Blue) = 52+2+85=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #340255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340255 is #CBFDAA. Grayscale: #1A1A1A. Windows color (decimal): -13368747 or 5571124. OLE color: 5571124.

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

Color convert

RGB 52 2 85 -
CMYK 0.39 0.98 0 0.67
HSL 276.14º 0.95% 0.17% -
HSV(B) 276.14º 0.98% 0.33% -
XYZ 3.08 1.43 8.71 -
YUV 26.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 52 2 85 0.39 0.98 0 0.67 276.14 0.95 0.17
Hex 34 2 55 27 62 0 43 114 5F 11
Octal 64 2 125 47 142 0 103 424 137 21
Binary 110100 10 1010101 100111 1100010 0 1000011 100010100 1011111 10001

Color Harmonies of #340255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340255

Black with #340255

Text Example


Text Example

White with #340255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340255; }

 p { color: rgb(52,2,85); }

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

background-color css

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

 a { background-color: rgb(52,2,85); }

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

border-color css

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

 span { border-color: rgb(52,2,85); }

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