Html Css Color HEX #27014A Blackcurrant

📋 copy color: '#27014A'

red 39 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #27014A

Tints of Blackcurrant #27014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 34.21%
G = 0.88%
B = 64.91%

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

#27014A (or 0x27014A) is known color: Blackcurrant. HEX triplet: 27, 01 and 4A. RGB value is (39,1,74). Sum of RGB (Red+Green+Blue) = 39+1+74=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #27014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27014A is #D8FEB5. Grayscale: #141414. Windows color (decimal): -14220982 or 4849959. OLE color: 4849959.

HSL color Cylindrical-coordinate representation of color #27014A: hue angle of 271.23º 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 #27014A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 1 74 -
CMYK 0.47 0.99 0 0.71
HSL 271.23º 0.97% 0.15% -
HSV(B) 271.23º 0.99% 0.29% -
XYZ 2.08 0.95 6.55 -
YUV 20.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 39 1 74 0.47 0.99 0 0.71 271.23 0.97 0.15
Hex 27 1 4A 2F 63 0 47 10F 61 F
Octal 47 1 112 57 143 0 107 417 141 17
Binary 100111 1 1001010 101111 1100011 0 1000111 100001111 1100001 1111

Color Harmonies of #27014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27014A

Black with #27014A

Text Example


Text Example

White with #27014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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