Html Css Color HEX #270949 Blackcurrant

📋 copy color: '#270949'

red 39 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #270949

Tints of Blackcurrant #270949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 73 (28.91% from 255) = 60.33%

R = 32.23%
G = 7.44%
B = 60.33%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#270949 (or 0x270949) is known color: Blackcurrant. HEX triplet: 27, 09 and 49. RGB value is (39,9,73). Sum of RGB (Red+Green+Blue) = 39+9+73=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #270949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270949 is #D8F6B6. Grayscale: #191919. Windows color (decimal): -14218935 or 4786471. OLE color: 4786471.

HSL color Cylindrical-coordinate representation of color #270949: hue angle of 268.12º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270949 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 9 73 -
CMYK 0.47 0.88 0 0.71
HSL 268.13º 0.78% 0.16% -
HSV(B) 268.13º 0.88% 0.29% -
XYZ 2.14 1.11 6.4 -
YUV 25.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 39 9 73 0.47 0.88 0 0.71 268.13 0.78 0.16
Hex 27 9 49 2F 58 0 47 10C 4E 10
Octal 47 11 111 57 130 0 107 414 116 20
Binary 100111 1001 1001001 101111 1011000 0 1000111 100001100 1001110 10000

Color Harmonies of #270949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270949

Black with #270949

Text Example


Text Example

White with #270949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270949; }

 p { color: rgb(39,9,73); }

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

background-color css

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

 a { background-color: rgb(39,9,73); }

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

border-color css

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

 span { border-color: rgb(39,9,73); }

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