Html Css Color HEX #270448 Blackcurrant

📋 copy color: '#270448'

red 39 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #270448

Tints of Blackcurrant #270448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

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

R = 33.91%
G = 3.48%
B = 62.61%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#270448 (or 0x270448) is known color: Blackcurrant. HEX triplet: 27, 04 and 48. RGB value is (39,4,72). Sum of RGB (Red+Green+Blue) = 39+4+72=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #270448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270448 is #D8FBB7. Grayscale: #151515. Windows color (decimal): -14220216 or 4719655. OLE color: 4719655.

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

Color convert

RGB 39 4 72 -
CMYK 0.46 0.94 0 0.72
HSL 270.88º 0.89% 0.15% -
HSV(B) 270.88º 0.94% 0.28% -
XYZ 2.05 0.99 6.21 -
YUV 22.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 39 4 72 0.46 0.94 0 0.72 270.88 0.89 0.15
Hex 27 4 48 2E 5E 0 48 10F 59 F
Octal 47 4 110 56 136 0 110 417 131 17
Binary 100111 100 1001000 101110 1011110 0 1001000 100001111 1011001 1111

Color Harmonies of #270448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270448

Black with #270448

Text Example


Text Example

White with #270448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270448; }

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

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

background-color css

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

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

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

border-color css

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

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

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