Html Css Color HEX #27143D Blackcurrant

📋 copy color: '#27143D'

red 39 ◦ green 20 ◦ blue 61

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

Shades of Blackcurrant #27143D

Tints of Blackcurrant #27143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 32.5%
G = 16.67%
B = 50.83%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27143D (or 0x27143D) is known color: Blackcurrant. HEX triplet: 27, 14 and 3D. RGB value is (39,20,61). Sum of RGB (Red+Green+Blue) = 39+20+61=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #27143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27143D is #D8EBC2. Grayscale: #1E1E1E. Windows color (decimal): -14216131 or 4002855. OLE color: 4002855.

HSL color Cylindrical-coordinate representation of color #27143D: hue angle of 267.8º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27143D is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 20 61 -
CMYK 0.36 0.67 0 0.76
HSL 267.8º 0.51% 0.16% -
HSV(B) 267.8º 0.67% 0.24% -
XYZ 1.93 1.27 4.56 -
YUV 30.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 39 20 61 0.36 0.67 0 0.76 267.8 0.51 0.16
Hex 27 14 3D 24 43 0 4C 10C 33 10
Octal 47 24 75 44 103 0 114 414 63 20
Binary 100111 10100 111101 100100 1000011 0 1001100 100001100 110011 10000

Color Harmonies of #27143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27143D

Black with #27143D

Text Example


Text Example

White with #27143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27143D; }

 p { color: rgb(39,20,61); }

 H1.HeaderClassName
 {
   color: #27143D;
 }
 .AnyTagClassName
 {
   color: #27143D;
 }
</style>

background-color css

<style>
 a { background-color: #27143D; }

 a { background-color: rgb(39,20,61); }

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

border-color css

<style>
 span { border-color: #27143D; }

 span { border-color: rgb(39,20,61); }

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