Html Css Color HEX #270948 Blackcurrant

📋 copy color: '#270948'

red 39 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #270948

Tints of Blackcurrant #270948

RGB

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

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

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

R = 32.5%
G = 7.5%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#270948 (or 0x270948) is known color: Blackcurrant. HEX triplet: 27, 09 and 48. RGB value is (39,9,72). Sum of RGB (Red+Green+Blue) = 39+9+72=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #270948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270948 is #D8F6B7. Grayscale: #181818. Windows color (decimal): -14218936 or 4720935. OLE color: 4720935.

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

Color convert

RGB 39 9 72 -
CMYK 0.46 0.88 0 0.72
HSL 268.57º 0.78% 0.16% -
HSV(B) 268.57º 0.88% 0.28% -
XYZ 2.1 1.09 6.23 -
YUV 25.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 39 9 72 0.46 0.88 0 0.72 268.57 0.78 0.16
Hex 27 9 48 2E 58 0 48 10D 4E 10
Octal 47 11 110 56 130 0 110 415 116 20
Binary 100111 1001 1001000 101110 1011000 0 1001000 100001101 1001110 10000

Color Harmonies of #270948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270948

Black with #270948

Text Example


Text Example

White with #270948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270948; }

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

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

background-color css

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

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

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

border-color css

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

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

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