Html Css Color HEX #27024F Blackcurrant

📋 copy color: '#27024F'

red 39 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #27024F

Tints of Blackcurrant #27024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 32.5%
G = 1.67%
B = 65.83%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27024F (or 0x27024F) is known color: Blackcurrant. HEX triplet: 27, 02 and 4F. RGB value is (39,2,79). Sum of RGB (Red+Green+Blue) = 39+2+79=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #27024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27024F is #D8FDB0. Grayscale: #151515. Windows color (decimal): -14220721 or 5177895. OLE color: 5177895.

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

Color convert

RGB 39 2 79 -
CMYK 0.51 0.97 0 0.69
HSL 268.83º 0.95% 0.16% -
HSV(B) 268.83º 0.97% 0.31% -
XYZ 2.27 1.04 7.48 -
YUV 21.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 39 2 79 0.51 0.97 0 0.69 268.83 0.95 0.16
Hex 27 2 4F 33 61 0 45 10D 5F 10
Octal 47 2 117 63 141 0 105 415 137 20
Binary 100111 10 1001111 110011 1100001 0 1000101 100001101 1011111 10000

Color Harmonies of #27024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27024F

Black with #27024F

Text Example


Text Example

White with #27024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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