Html Css Color HEX #27193A Blackcurrant

📋 copy color: '#27193A'

red 39 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #27193A

Tints of Blackcurrant #27193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 31.97%
G = 20.49%
B = 47.54%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27193A (or 0x27193A) is known color: Blackcurrant. HEX triplet: 27, 19 and 3A. RGB value is (39,25,58). Sum of RGB (Red+Green+Blue) = 39+25+58=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #27193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27193A is #D8E6C5. Grayscale: #202020. Windows color (decimal): -14214854 or 3807527. OLE color: 3807527.

HSL color Cylindrical-coordinate representation of color #27193A: hue angle of 265.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27193A is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 25 58 -
CMYK 0.33 0.57 0 0.77
HSL 265.45º 0.4% 0.16% -
HSV(B) 265.45º 0.57% 0.23% -
XYZ 1.95 1.43 4.18 -
YUV 32.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 39 25 58 0.33 0.57 0 0.77 265.45 0.4 0.16
Hex 27 19 3A 21 39 0 4D 109 28 10
Octal 47 31 72 41 71 0 115 411 50 20
Binary 100111 11001 111010 100001 111001 0 1001101 100001001 101000 10000

Color Harmonies of #27193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27193A

Black with #27193A

Text Example


Text Example

White with #27193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,25,58); }

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

background-color css

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

 a { background-color: rgb(39,25,58); }

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

border-color css

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

 span { border-color: rgb(39,25,58); }

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