Html Css Color HEX #271440 Blackcurrant

📋 copy color: '#271440'

red 39 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #271440

Tints of Blackcurrant #271440

RGB

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

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

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

R = 31.71%
G = 16.26%
B = 52.03%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#271440 (or 0x271440) is known color: Blackcurrant. HEX triplet: 27, 14 and 40. RGB value is (39,20,64). Sum of RGB (Red+Green+Blue) = 39+20+64=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #271440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271440 is #D8EBBF. Grayscale: #1E1E1E. Windows color (decimal): -14216128 or 4199463. OLE color: 4199463.

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

Color convert

RGB 39 20 64 -
CMYK 0.39 0.69 0 0.75
HSL 265.91º 0.52% 0.16% -
HSV(B) 265.91º 0.69% 0.25% -
XYZ 2.01 1.3 5 -
YUV 30.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 39 20 64 0.39 0.69 0 0.75 265.91 0.52 0.16
Hex 27 14 40 27 45 0 4B 10A 34 10
Octal 47 24 100 47 105 0 113 412 64 20
Binary 100111 10100 1000000 100111 1000101 0 1001011 100001010 110100 10000

Color Harmonies of #271440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271440

Black with #271440

Text Example


Text Example

White with #271440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271440; }

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

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

background-color css

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

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

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

border-color css

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

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

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