Html Css Color HEX #270147 Blackcurrant

📋 copy color: '#270147'

red 39 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #270147

Tints of Blackcurrant #270147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 71 (28.13% from 255) = 63.96%

R = 35.14%
G = 0.9%
B = 63.96%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#270147 (or 0x270147) is known color: Blackcurrant. HEX triplet: 27, 01 and 47. RGB value is (39,1,71). Sum of RGB (Red+Green+Blue) = 39+1+71=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #270147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270147 is #D8FEB8. Grayscale: #141414. Windows color (decimal): -14220985 or 4653351. OLE color: 4653351.

HSL color Cylindrical-coordinate representation of color #270147: hue angle of 272.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270147 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 1 71 -
CMYK 0.45 0.99 0 0.72
HSL 272.57º 0.97% 0.14% -
HSV(B) 272.57º 0.99% 0.28% -
XYZ 1.98 0.91 6.03 -
YUV 20.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 39 1 71 0.45 0.99 0 0.72 272.57 0.97 0.14
Hex 27 1 47 2D 63 0 48 111 61 E
Octal 47 1 107 55 143 0 110 421 141 16
Binary 100111 1 1000111 101101 1100011 0 1001000 100010001 1100001 1110

Color Harmonies of #270147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270147

Black with #270147

Text Example


Text Example

White with #270147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270147; }

 p { color: rgb(39,1,71); }

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

background-color css

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

 a { background-color: rgb(39,1,71); }

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

border-color css

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

 span { border-color: rgb(39,1,71); }

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