Html Css Color HEX #270149 Blackcurrant

📋 copy color: '#270149'

red 39 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #270149

Tints of Blackcurrant #270149

RGB

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

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

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

R = 34.51%
G = 0.88%
B = 64.6%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#270149 (or 0x270149) is known color: Blackcurrant. HEX triplet: 27, 01 and 49. RGB value is (39,1,73). Sum of RGB (Red+Green+Blue) = 39+1+73=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #270149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270149 is #D8FEB6. Grayscale: #141414. Windows color (decimal): -14220983 or 4784423. OLE color: 4784423.

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

Color convert

RGB 39 1 73 -
CMYK 0.47 0.99 0 0.71
HSL 271.67º 0.97% 0.15% -
HSV(B) 271.67º 0.99% 0.29% -
XYZ 2.05 0.93 6.38 -
YUV 20.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 39 1 73 0.47 0.99 0 0.71 271.67 0.97 0.15
Hex 27 1 49 2F 63 0 47 110 61 F
Octal 47 1 111 57 143 0 107 420 141 17
Binary 100111 1 1001001 101111 1100011 0 1000111 100010000 1100001 1111

Color Harmonies of #270149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270149

Black with #270149

Text Example


Text Example

White with #270149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270149; }

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

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

background-color css

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

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

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

border-color css

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

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

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