Html Css Color HEX #270331 Blackcurrant

📋 copy color: '#270331'

red 39 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #270331

Tints of Blackcurrant #270331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 49 (19.53% from 255) = 53.85%

R = 42.86%
G = 3.3%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#270331 (or 0x270331) is known color: Blackcurrant. HEX triplet: 27, 03 and 31. RGB value is (39,3,49). Sum of RGB (Red+Green+Blue) = 39+3+49=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #270331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270331 is #D8FCCE. Grayscale: #121212. Windows color (decimal): -14220495 or 3212071. OLE color: 3212071.

HSL color Cylindrical-coordinate representation of color #270331: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270331 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 3 49 -
CMYK 0.20 0.94 0 0.81
HSL 286.96º 0.88% 0.1% -
HSV(B) 286.96º 0.94% 0.19% -
XYZ 1.42 0.72 2.97 -
YUV 19.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 39 3 49 0.20 0.94 0 0.81 286.96 0.88 0.1
Hex 27 3 31 14 5E 0 51 11F 58 A
Octal 47 3 61 24 136 0 121 437 130 12
Binary 100111 11 110001 10100 1011110 0 1010001 100011111 1011000 1010

Color Harmonies of #270331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270331

Black with #270331

Text Example


Text Example

White with #270331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270331; }

 p { color: rgb(39,3,49); }

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

background-color css

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

 a { background-color: rgb(39,3,49); }

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

border-color css

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

 span { border-color: rgb(39,3,49); }

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