Html Css Color HEX #271040 Blackcurrant

📋 copy color: '#271040'

red 39 ◦ green 16 ◦ blue 64

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

Shades of Blackcurrant #271040

Tints of Blackcurrant #271040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 32.77%
G = 13.45%
B = 53.78%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#271040 (or 0x271040) is known color: Blackcurrant. HEX triplet: 27, 10 and 40. RGB value is (39,16,64). Sum of RGB (Red+Green+Blue) = 39+16+64=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #271040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271040 is #D8EFBF. Grayscale: #1C1C1C. Windows color (decimal): -14217152 or 4198439. OLE color: 4198439.

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

Color convert

RGB 39 16 64 -
CMYK 0.39 0.75 0 0.75
HSL 268.75º 0.6% 0.16% -
HSV(B) 268.75º 0.75% 0.25% -
XYZ 1.95 1.17 4.97 -
YUV 28.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 39 16 64 0.39 0.75 0 0.75 268.75 0.6 0.16
Hex 27 10 40 27 4B 0 4B 10D 3C 10
Octal 47 20 100 47 113 0 113 415 74 20
Binary 100111 10000 1000000 100111 1001011 0 1001011 100001101 111100 10000

Color Harmonies of #271040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271040

Black with #271040

Text Example


Text Example

White with #271040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271040; }

 p { color: rgb(39,16,64); }

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

background-color css

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

 a { background-color: rgb(39,16,64); }

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

border-color css

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

 span { border-color: rgb(39,16,64); }

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