Html Css Color HEX #270249 Blackcurrant

📋 copy color: '#270249'

red 39 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #270249

Tints of Blackcurrant #270249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

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

R = 34.21%
G = 1.75%
B = 64.04%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#270249 (or 0x270249) is known color: Blackcurrant. HEX triplet: 27, 02 and 49. RGB value is (39,2,73). Sum of RGB (Red+Green+Blue) = 39+2+73=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #270249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270249 is #D8FDB6. Grayscale: #141414. Windows color (decimal): -14220727 or 4784679. OLE color: 4784679.

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

Color convert

RGB 39 2 73 -
CMYK 0.47 0.97 0 0.71
HSL 271.27º 0.95% 0.15% -
HSV(B) 271.27º 0.97% 0.29% -
XYZ 2.06 0.96 6.38 -
YUV 21.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 39 2 73 0.47 0.97 0 0.71 271.27 0.95 0.15
Hex 27 2 49 2F 61 0 47 10F 5F F
Octal 47 2 111 57 141 0 107 417 137 17
Binary 100111 10 1001001 101111 1100001 0 1000111 100001111 1011111 1111

Color Harmonies of #270249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270249

Black with #270249

Text Example


Text Example

White with #270249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270249; }

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

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

background-color css

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

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

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

border-color css

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

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

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