Html Css Color HEX #27013F Blackcurrant

📋 copy color: '#27013F'

red 39 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #27013F

Tints of Blackcurrant #27013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 61.17%

R = 37.86%
G = 0.97%
B = 61.17%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#27013F (or 0x27013F) is known color: Blackcurrant. HEX triplet: 27, 01 and 3F. RGB value is (39,1,63). Sum of RGB (Red+Green+Blue) = 39+1+63=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #27013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27013F is #D8FEC0. Grayscale: #131313. Windows color (decimal): -14220993 or 4129063. OLE color: 4129063.

HSL color Cylindrical-coordinate representation of color #27013F: hue angle of 276.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27013F is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 1 63 -
CMYK 0.38 0.98 0 0.75
HSL 276.77º 0.97% 0.13% -
HSV(B) 276.77º 0.98% 0.25% -
XYZ 1.74 0.81 4.77 -
YUV 19.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 39 1 63 0.38 0.98 0 0.75 276.77 0.97 0.13
Hex 27 1 3F 26 62 0 4B 115 61 D
Octal 47 1 77 46 142 0 113 425 141 15
Binary 100111 1 111111 100110 1100010 0 1001011 100010101 1100001 1101

Color Harmonies of #27013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27013F

Black with #27013F

Text Example


Text Example

White with #27013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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