Html Css Color HEX #27142F Blackcurrant

📋 copy color: '#27142F'

red 39 ◦ green 20 ◦ blue 47

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

Shades of Blackcurrant #27142F

Tints of Blackcurrant #27142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 44.34%

R = 36.79%
G = 18.87%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27142F (or 0x27142F) is known color: Blackcurrant. HEX triplet: 27, 14 and 2F. RGB value is (39,20,47). Sum of RGB (Red+Green+Blue) = 39+20+47=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #27142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142F is #D8EBD0. Grayscale: #1C1C1C. Windows color (decimal): -14216145 or 3085351. OLE color: 3085351.

HSL color Cylindrical-coordinate representation of color #27142F: hue angle of 282.22º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27142F is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 20 47 -
CMYK 0.17 0.57 0 0.82
HSL 282.22º 0.4% 0.13% -
HSV(B) 282.22º 0.57% 0.18% -
XYZ 1.6 1.14 2.82 -
YUV 28.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 39 20 47 0.17 0.57 0 0.82 282.22 0.4 0.13
Hex 27 14 2F 11 39 0 52 11A 28 D
Octal 47 24 57 21 71 0 122 432 50 15
Binary 100111 10100 101111 10001 111001 0 1010010 100011010 101000 1101

Color Harmonies of #27142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27142F

Black with #27142F

Text Example


Text Example

White with #27142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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