Html Css Color HEX #27014C Blackcurrant

📋 copy color: '#27014C'

red 39 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #27014C

Tints of Blackcurrant #27014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 65.52%

R = 33.62%
G = 0.86%
B = 65.52%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27014C (or 0x27014C) is known color: Blackcurrant. HEX triplet: 27, 01 and 4C. RGB value is (39,1,76). Sum of RGB (Red+Green+Blue) = 39+1+76=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #27014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27014C is #D8FEB3. Grayscale: #141414. Windows color (decimal): -14220980 or 4981031. OLE color: 4981031.

HSL color Cylindrical-coordinate representation of color #27014C: hue angle of 270.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27014C is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 1 76 -
CMYK 0.49 0.99 0 0.70
HSL 270.4º 0.97% 0.15% -
HSV(B) 270.4º 0.99% 0.3% -
XYZ 2.15 0.97 6.91 -
YUV 20.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 39 1 76 0.49 0.99 0 0.70 270.4 0.97 0.15
Hex 27 1 4C 31 63 0 46 10E 61 F
Octal 47 1 114 61 143 0 106 416 141 17
Binary 100111 1 1001100 110001 1100011 0 1000110 100001110 1100001 1111

Color Harmonies of #27014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27014C

Black with #27014C

Text Example


Text Example

White with #27014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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