Html Css Color HEX #271134 Blackcurrant

📋 copy color: '#271134'

red 39 ◦ green 17 ◦ blue 52

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

Shades of Blackcurrant #271134

Tints of Blackcurrant #271134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 36.11%
G = 15.74%
B = 48.15%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#271134 (or 0x271134) is known color: Blackcurrant. HEX triplet: 27, 11 and 34. RGB value is (39,17,52). Sum of RGB (Red+Green+Blue) = 39+17+52=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #271134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271134 is #D8EECB. Grayscale: #1B1B1B. Windows color (decimal): -14216908 or 3412263. OLE color: 3412263.

HSL color Cylindrical-coordinate representation of color #271134: hue angle of 277.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271134 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 17 52 -
CMYK 0.25 0.67 0 0.80
HSL 277.71º 0.51% 0.14% -
HSV(B) 277.71º 0.67% 0.2% -
XYZ 1.66 1.08 3.37 -
YUV 27.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 39 17 52 0.25 0.67 0 0.80 277.71 0.51 0.14
Hex 27 11 34 19 43 0 50 116 33 E
Octal 47 21 64 31 103 0 120 426 63 16
Binary 100111 10001 110100 11001 1000011 0 1010000 100010110 110011 1110

Color Harmonies of #271134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271134

Black with #271134

Text Example


Text Example

White with #271134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271134; }

 p { color: rgb(39,17,52); }

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

background-color css

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

 a { background-color: rgb(39,17,52); }

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

border-color css

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

 span { border-color: rgb(39,17,52); }

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