Html Css Color HEX #270040 Blackcurrant

📋 copy color: '#270040'

red 39 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #270040

Tints of Blackcurrant #270040

RGB

 RED value IS 39 (15.63% from 255) = 37.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 37.86%
G = 0%
B = 62.14%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270040 (or 0x270040) is known color: Blackcurrant. HEX triplet: 27, 00 and 40. RGB value is (39,0,64). Sum of RGB (Red+Green+Blue) = 39+0+64=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #270040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270040 is #D8FFBF. Grayscale: #121212. Windows color (decimal): -14221248 or 4194343. OLE color: 4194343.

HSL color Cylindrical-coordinate representation of color #270040: hue angle of 276.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270040 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 0 64 -
CMYK 0.39 1 0 0.75
HSL 276.56º 1% 0.13% -
HSV(B) 276.56º 1% 0.25% -
XYZ 1.76 0.8 4.91 -
YUV 18.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 39 0 64 0.39 1 0 0.75 276.56 1 0.13
Hex 27 0 40 27 64 0 4B 115 64 D
Octal 47 0 100 47 144 0 113 425 144 15
Binary 100111 0 1000000 100111 1100100 0 1001011 100010101 1100100 1101

Color Harmonies of #270040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270040

Black with #270040

Text Example


Text Example

White with #270040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270040; }

 p { color: rgb(39,0,64); }

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

background-color css

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

 a { background-color: rgb(39,0,64); }

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

border-color css

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

 span { border-color: rgb(39,0,64); }

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