Html Css Color HEX #27123A Blackcurrant

📋 copy color: '#27123A'

red 39 ◦ green 18 ◦ blue 58

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

Shades of Blackcurrant #27123A

Tints of Blackcurrant #27123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 33.91%
G = 15.65%
B = 50.43%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27123A (or 0x27123A) is known color: Blackcurrant. HEX triplet: 27, 12 and 3A. RGB value is (39,18,58). Sum of RGB (Red+Green+Blue) = 39+18+58=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #27123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27123A is #D8EDC5. Grayscale: #1C1C1C. Windows color (decimal): -14216646 or 3805735. OLE color: 3805735.

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

Color convert

RGB 39 18 58 -
CMYK 0.33 0.69 0 0.77
HSL 271.5º 0.53% 0.15% -
HSV(B) 271.5º 0.69% 0.23% -
XYZ 1.82 1.17 4.13 -
YUV 28.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 39 18 58 0.33 0.69 0 0.77 271.5 0.53 0.15
Hex 27 12 3A 21 45 0 4D 110 35 F
Octal 47 22 72 41 105 0 115 420 65 17
Binary 100111 10010 111010 100001 1000101 0 1001101 100010000 110101 1111

Color Harmonies of #27123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27123A

Black with #27123A

Text Example


Text Example

White with #27123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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