Html Css Color HEX #271333 Blackcurrant

📋 copy color: '#271333'

red 39 ◦ green 19 ◦ blue 51

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

Shades of Blackcurrant #271333

Tints of Blackcurrant #271333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 51 (20.31% from 255) = 46.79%

R = 35.78%
G = 17.43%
B = 46.79%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#271333 (or 0x271333) is known color: Blackcurrant. HEX triplet: 27, 13 and 33. RGB value is (39,19,51). Sum of RGB (Red+Green+Blue) = 39+19+51=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #271333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271333 is #D8ECCC. Grayscale: #1C1C1C. Windows color (decimal): -14216397 or 3347239. OLE color: 3347239.

HSL color Cylindrical-coordinate representation of color #271333: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #271333 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 19 51 -
CMYK 0.24 0.63 0 0.8
HSL 277.5º 0.46% 0.14% -
HSV(B) 277.5º 0.63% 0.2% -
XYZ 1.67 1.14 3.26 -
YUV 28.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 39 19 51 0.24 0.63 0 0.8 277.5 0.46 0.14
Hex 27 13 33 18 3F 0 50 116 2E E
Octal 47 23 63 30 77 0 120 426 56 16
Binary 100111 10011 110011 11000 111111 0 1010000 100010110 101110 1110

Color Harmonies of #271333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271333

Black with #271333

Text Example


Text Example

White with #271333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271333; }

 p { color: rgb(39,19,51); }

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

background-color css

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

 a { background-color: rgb(39,19,51); }

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

border-color css

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

 span { border-color: rgb(39,19,51); }

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