Html Css Color HEX #27013C Blackcurrant

📋 copy color: '#27013C'

red 39 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #27013C

Tints of Blackcurrant #27013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 60%

R = 39%
G = 1%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27013C (or 0x27013C) is known color: Blackcurrant. HEX triplet: 27, 01 and 3C. RGB value is (39,1,60). Sum of RGB (Red+Green+Blue) = 39+1+60=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #27013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27013C is #D8FEC3. Grayscale: #121212. Windows color (decimal): -14220996 or 3932455. OLE color: 3932455.

HSL color Cylindrical-coordinate representation of color #27013C: hue angle of 278.64º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27013C is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 1 60 -
CMYK 0.35 0.98 0 0.76
HSL 278.64º 0.97% 0.12% -
HSV(B) 278.64º 0.98% 0.24% -
XYZ 1.66 0.78 4.34 -
YUV 19.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 39 1 60 0.35 0.98 0 0.76 278.64 0.97 0.12
Hex 27 1 3C 23 62 0 4C 117 61 C
Octal 47 1 74 43 142 0 114 427 141 14
Binary 100111 1 111100 100011 1100010 0 1001100 100010111 1100001 1100

Color Harmonies of #27013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27013C

Black with #27013C

Text Example


Text Example

White with #27013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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