Html Css Color HEX #270348 Blackcurrant

📋 copy color: '#270348'

red 39 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #270348

Tints of Blackcurrant #270348

RGB

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

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

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

R = 34.21%
G = 2.63%
B = 63.16%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#270348 (or 0x270348) is known color: Blackcurrant. HEX triplet: 27, 03 and 48. RGB value is (39,3,72). Sum of RGB (Red+Green+Blue) = 39+3+72=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #270348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270348 is #D8FCB7. Grayscale: #151515. Windows color (decimal): -14220472 or 4719399. OLE color: 4719399.

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

Color convert

RGB 39 3 72 -
CMYK 0.46 0.96 0 0.72
HSL 271.3º 0.92% 0.15% -
HSV(B) 271.3º 0.96% 0.28% -
XYZ 2.04 0.96 6.21 -
YUV 21.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 39 3 72 0.46 0.96 0 0.72 271.3 0.92 0.15
Hex 27 3 48 2E 60 0 48 10F 5C F
Octal 47 3 110 56 140 0 110 417 134 17
Binary 100111 11 1001000 101110 1100000 0 1001000 100001111 1011100 1111

Color Harmonies of #270348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270348

Black with #270348

Text Example


Text Example

White with #270348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270348; }

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

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

background-color css

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

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

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

border-color css

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

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

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