Html Css Color HEX #270346 Blackcurrant

📋 copy color: '#270346'

red 39 ◦ green 3 ◦ blue 70

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

Shades of Blackcurrant #270346

Tints of Blackcurrant #270346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 34.82%
G = 2.68%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#270346 (or 0x270346) is known color: Blackcurrant. HEX triplet: 27, 03 and 46. RGB value is (39,3,70). Sum of RGB (Red+Green+Blue) = 39+3+70=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #270346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270346 is #D8FCB9. Grayscale: #151515. Windows color (decimal): -14220474 or 4588327. OLE color: 4588327.

HSL color Cylindrical-coordinate representation of color #270346: hue angle of 272.24º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270346 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 3 70 -
CMYK 0.44 0.96 0 0.73
HSL 272.24º 0.92% 0.14% -
HSV(B) 272.24º 0.96% 0.27% -
XYZ 1.97 0.94 5.87 -
YUV 21.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 39 3 70 0.44 0.96 0 0.73 272.24 0.92 0.14
Hex 27 3 46 2C 60 0 49 110 5C E
Octal 47 3 106 54 140 0 111 420 134 16
Binary 100111 11 1000110 101100 1100000 0 1001001 100010000 1011100 1110

Color Harmonies of #270346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270346

Black with #270346

Text Example


Text Example

White with #270346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270346; }

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

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

background-color css

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

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

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

border-color css

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

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

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