Html Css Color HEX #270250 Blackcurrant

📋 copy color: '#270250'

red 39 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #270250

Tints of Blackcurrant #270250

RGB

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

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

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

R = 32.23%
G = 1.65%
B = 66.12%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#270250 (or 0x270250) is known color: Blackcurrant. HEX triplet: 27, 02 and 50. RGB value is (39,2,80). Sum of RGB (Red+Green+Blue) = 39+2+80=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #270250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270250 is #D8FDAF. Grayscale: #151515. Windows color (decimal): -14220720 or 5243431. OLE color: 5243431.

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

Color convert

RGB 39 2 80 -
CMYK 0.51 0.98 0 0.69
HSL 268.46º 0.95% 0.16% -
HSV(B) 268.46º 0.98% 0.31% -
XYZ 2.31 1.05 7.67 -
YUV 21.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 39 2 80 0.51 0.98 0 0.69 268.46 0.95 0.16
Hex 27 2 50 33 62 0 45 10C 5F 10
Octal 47 2 120 63 142 0 105 414 137 20
Binary 100111 10 1010000 110011 1100010 0 1000101 100001100 1011111 10000

Color Harmonies of #270250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270250

Black with #270250

Text Example


Text Example

White with #270250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270250; }

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

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

background-color css

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

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

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

border-color css

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

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

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