Html Css Color HEX #27074A Blackcurrant

📋 copy color: '#27074A'

red 39 ◦ green 7 ◦ blue 74

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

Shades of Blackcurrant #27074A

Tints of Blackcurrant #27074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

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

R = 32.5%
G = 5.83%
B = 61.67%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27074A (or 0x27074A) is known color: Blackcurrant. HEX triplet: 27, 07 and 4A. RGB value is (39,7,74). Sum of RGB (Red+Green+Blue) = 39+7+74=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #27074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27074A is #D8F8B5. Grayscale: #171717. Windows color (decimal): -14219446 or 4851495. OLE color: 4851495.

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

Color convert

RGB 39 7 74 -
CMYK 0.47 0.91 0 0.71
HSL 268.66º 0.83% 0.16% -
HSV(B) 268.66º 0.91% 0.29% -
XYZ 2.15 1.08 6.57 -
YUV 24.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 39 7 74 0.47 0.91 0 0.71 268.66 0.83 0.16
Hex 27 7 4A 2F 5B 0 47 10D 53 10
Octal 47 7 112 57 133 0 107 415 123 20
Binary 100111 111 1001010 101111 1011011 0 1000111 100001101 1010011 10000

Color Harmonies of #27074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27074A

Black with #27074A

Text Example


Text Example

White with #27074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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