Html Css Color HEX #270050 Blackcurrant

📋 copy color: '#270050'

red 39 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #270050

Tints of Blackcurrant #270050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 32.77%
G = 0%
B = 67.23%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#270050 (or 0x270050) is known color: Blackcurrant. HEX triplet: 27, 00 and 50. RGB value is (39,0,80). Sum of RGB (Red+Green+Blue) = 39+0+80=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #270050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270050 is #D8FFAF. Grayscale: #141414. Windows color (decimal): -14221232 or 5242919. OLE color: 5242919.

HSL color Cylindrical-coordinate representation of color #270050: hue angle of 269.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270050 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 0 80 -
CMYK 0.51 1 0 0.69
HSL 269.25º 1% 0.16% -
HSV(B) 269.25º 1% 0.31% -
XYZ 2.28 1.01 7.66 -
YUV 20.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 39 0 80 0.51 1 0 0.69 269.25 1 0.16
Hex 27 0 50 33 64 0 45 10D 64 10
Octal 47 0 120 63 144 0 105 415 144 20
Binary 100111 0 1010000 110011 1100100 0 1000101 100001101 1100100 10000

Color Harmonies of #270050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270050

Black with #270050

Text Example


Text Example

White with #270050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270050; }

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

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

background-color css

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

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

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

border-color css

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

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

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