Html Css Color HEX #270049 Blackcurrant

📋 copy color: '#270049'

red 39 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #270049

Tints of Blackcurrant #270049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 34.82%
G = 0%
B = 65.18%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#270049 (or 0x270049) is known color: Blackcurrant. HEX triplet: 27, 00 and 49. RGB value is (39,0,73). Sum of RGB (Red+Green+Blue) = 39+0+73=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #270049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270049 is #D8FFB6. Grayscale: #131313. Windows color (decimal): -14221239 or 4784167. OLE color: 4784167.

HSL color Cylindrical-coordinate representation of color #270049: hue angle of 272.05º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270049 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 0 73 -
CMYK 0.47 1 0 0.71
HSL 272.05º 1% 0.14% -
HSV(B) 272.05º 1% 0.29% -
XYZ 2.04 0.91 6.37 -
YUV 19.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 39 0 73 0.47 1 0 0.71 272.05 1 0.14
Hex 27 0 49 2F 64 0 47 110 64 E
Octal 47 0 111 57 144 0 107 420 144 16
Binary 100111 0 1001001 101111 1100100 0 1000111 100010000 1100100 1110

Color Harmonies of #270049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270049

Black with #270049

Text Example


Text Example

White with #270049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270049; }

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

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

background-color css

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

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

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

border-color css

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

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

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