Html Css Color HEX #27014F Blackcurrant

📋 copy color: '#27014F'

red 39 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #27014F

Tints of Blackcurrant #27014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.39%

R = 32.77%
G = 0.84%
B = 66.39%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27014F (or 0x27014F) is known color: Blackcurrant. HEX triplet: 27, 01 and 4F. RGB value is (39,1,79). Sum of RGB (Red+Green+Blue) = 39+1+79=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #27014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27014F is #D8FEB0. Grayscale: #141414. Windows color (decimal): -14220977 or 5177639. OLE color: 5177639.

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

Color convert

RGB 39 1 79 -
CMYK 0.51 0.99 0 0.69
HSL 269.23º 0.98% 0.16% -
HSV(B) 269.23º 0.99% 0.31% -
XYZ 2.26 1.02 7.47 -
YUV 21.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 39 1 79 0.51 0.99 0 0.69 269.23 0.98 0.16
Hex 27 1 4F 33 63 0 45 10D 62 10
Octal 47 1 117 63 143 0 105 415 142 20
Binary 100111 1 1001111 110011 1100011 0 1000101 100001101 1100010 10000

Color Harmonies of #27014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27014F

Black with #27014F

Text Example


Text Example

White with #27014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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