Html Css Color HEX #271241 Blackcurrant

📋 copy color: '#271241'

red 39 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #271241

Tints of Blackcurrant #271241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 31.97%
G = 14.75%
B = 53.28%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#271241 (or 0x271241) is known color: Blackcurrant. HEX triplet: 27, 12 and 41. RGB value is (39,18,65). Sum of RGB (Red+Green+Blue) = 39+18+65=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #271241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271241 is #D8EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14216639 or 4264487. OLE color: 4264487.

HSL color Cylindrical-coordinate representation of color #271241: hue angle of 266.81º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271241 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 18 65 -
CMYK 0.40 0.72 0 0.75
HSL 266.81º 0.57% 0.16% -
HSV(B) 266.81º 0.72% 0.25% -
XYZ 2.01 1.25 5.14 -
YUV 29.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 39 18 65 0.40 0.72 0 0.75 266.81 0.57 0.16
Hex 27 12 41 28 48 0 4B 10B 39 10
Octal 47 22 101 50 110 0 113 413 71 20
Binary 100111 10010 1000001 101000 1001000 0 1001011 100001011 111001 10000

Color Harmonies of #271241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271241

Black with #271241

Text Example


Text Example

White with #271241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271241; }

 p { color: rgb(39,18,65); }

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

background-color css

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

 a { background-color: rgb(39,18,65); }

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

border-color css

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

 span { border-color: rgb(39,18,65); }

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