Html Css Color HEX #271242 Blackcurrant

📋 copy color: '#271242'

red 39 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #271242

Tints of Blackcurrant #271242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 31.71%
G = 14.63%
B = 53.66%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#271242 (or 0x271242) is known color: Blackcurrant. HEX triplet: 27, 12 and 42. RGB value is (39,18,66). Sum of RGB (Red+Green+Blue) = 39+18+66=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #271242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271242 is #D8EDBD. Grayscale: #1D1D1D. Windows color (decimal): -14216638 or 4330023. OLE color: 4330023.

HSL color Cylindrical-coordinate representation of color #271242: hue angle of 266.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271242 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 18 66 -
CMYK 0.41 0.73 0 0.74
HSL 266.25º 0.57% 0.16% -
HSV(B) 266.25º 0.73% 0.26% -
XYZ 2.04 1.26 5.29 -
YUV 29.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 39 18 66 0.41 0.73 0 0.74 266.25 0.57 0.16
Hex 27 12 42 29 49 0 4A 10A 39 10
Octal 47 22 102 51 111 0 112 412 71 20
Binary 100111 10010 1000010 101001 1001001 0 1001010 100001010 111001 10000

Color Harmonies of #271242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271242

Black with #271242

Text Example


Text Example

White with #271242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271242; }

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

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

background-color css

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

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

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

border-color css

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

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

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