Html Css Color HEX #271232 Blackcurrant

📋 copy color: '#271232'

red 39 ◦ green 18 ◦ blue 50

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

Shades of Blackcurrant #271232

Tints of Blackcurrant #271232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 36.45%
G = 16.82%
B = 46.73%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#271232 (or 0x271232) is known color: Blackcurrant. HEX triplet: 27, 12 and 32. RGB value is (39,18,50). Sum of RGB (Red+Green+Blue) = 39+18+50=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #271232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271232 is #D8EDCD. Grayscale: #1B1B1B. Windows color (decimal): -14216654 or 3281447. OLE color: 3281447.

HSL color Cylindrical-coordinate representation of color #271232: hue angle of 279.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271232 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 18 50 -
CMYK 0.22 0.64 0 0.80
HSL 279.38º 0.47% 0.13% -
HSV(B) 279.38º 0.64% 0.2% -
XYZ 1.63 1.09 3.14 -
YUV 27.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 39 18 50 0.22 0.64 0 0.80 279.38 0.47 0.13
Hex 27 12 32 16 40 0 50 117 2F D
Octal 47 22 62 26 100 0 120 427 57 15
Binary 100111 10010 110010 10110 1000000 0 1010000 100010111 101111 1101

Color Harmonies of #271232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271232

Black with #271232

Text Example


Text Example

White with #271232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271232; }

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

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

background-color css

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

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

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

border-color css

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

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

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