Html Css Color HEX #27143F Blackcurrant

📋 copy color: '#27143F'

red 39 ◦ green 20 ◦ blue 63

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

Shades of Blackcurrant #27143F

Tints of Blackcurrant #27143F

RGB

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

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

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

R = 31.97%
G = 16.39%
B = 51.64%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#27143F (or 0x27143F) is known color: Blackcurrant. HEX triplet: 27, 14 and 3F. RGB value is (39,20,63). Sum of RGB (Red+Green+Blue) = 39+20+63=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #27143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27143F is #D8EBC0. Grayscale: #1E1E1E. Windows color (decimal): -14216129 or 4133927. OLE color: 4133927.

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

Color convert

RGB 39 20 63 -
CMYK 0.38 0.68 0 0.75
HSL 266.51º 0.52% 0.16% -
HSV(B) 266.51º 0.68% 0.25% -
XYZ 1.98 1.29 4.85 -
YUV 30.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 39 20 63 0.38 0.68 0 0.75 266.51 0.52 0.16
Hex 27 14 3F 26 44 0 4B 10B 34 10
Octal 47 24 77 46 104 0 113 413 64 20
Binary 100111 10100 111111 100110 1000100 0 1001011 100001011 110100 10000

Color Harmonies of #27143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27143F

Black with #27143F

Text Example


Text Example

White with #27143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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