Html Css Color HEX #270548 Blackcurrant

📋 copy color: '#270548'

red 39 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #270548

Tints of Blackcurrant #270548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 72 (28.52% from 255) = 62.07%

R = 33.62%
G = 4.31%
B = 62.07%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#270548 (or 0x270548) is known color: Blackcurrant. HEX triplet: 27, 05 and 48. RGB value is (39,5,72). Sum of RGB (Red+Green+Blue) = 39+5+72=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #270548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270548 is #D8FAB7. Grayscale: #161616. Windows color (decimal): -14219960 or 4719911. OLE color: 4719911.

HSL color Cylindrical-coordinate representation of color #270548: hue angle of 270.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270548 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 5 72 -
CMYK 0.46 0.93 0 0.72
HSL 270.45º 0.87% 0.15% -
HSV(B) 270.45º 0.93% 0.28% -
XYZ 2.06 1.01 6.22 -
YUV 22.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 39 5 72 0.46 0.93 0 0.72 270.45 0.87 0.15
Hex 27 5 48 2E 5D 0 48 10E 57 F
Octal 47 5 110 56 135 0 110 416 127 17
Binary 100111 101 1001000 101110 1011101 0 1001000 100001110 1010111 1111

Color Harmonies of #270548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270548

Black with #270548

Text Example


Text Example

White with #270548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270548; }

 p { color: rgb(39,5,72); }

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

background-color css

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

 a { background-color: rgb(39,5,72); }

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

border-color css

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

 span { border-color: rgb(39,5,72); }

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