Html Css Color HEX #27094A Blackcurrant

📋 copy color: '#27094A'

red 39 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #27094A

Tints of Blackcurrant #27094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 60.66%

R = 31.97%
G = 7.38%
B = 60.66%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27094A (or 0x27094A) is known color: Blackcurrant. HEX triplet: 27, 09 and 4A. RGB value is (39,9,74). Sum of RGB (Red+Green+Blue) = 39+9+74=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #27094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27094A is #D8F6B5. Grayscale: #191919. Windows color (decimal): -14218934 or 4852007. OLE color: 4852007.

HSL color Cylindrical-coordinate representation of color #27094A: hue angle of 267.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27094A is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 9 74 -
CMYK 0.47 0.88 0 0.71
HSL 267.69º 0.78% 0.16% -
HSV(B) 267.69º 0.88% 0.29% -
XYZ 2.17 1.12 6.58 -
YUV 25.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 39 9 74 0.47 0.88 0 0.71 267.69 0.78 0.16
Hex 27 9 4A 2F 58 0 47 10C 4E 10
Octal 47 11 112 57 130 0 107 414 116 20
Binary 100111 1001 1001010 101111 1011000 0 1000111 100001100 1001110 10000

Color Harmonies of #27094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27094A

Black with #27094A

Text Example


Text Example

White with #27094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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