Html Css Color HEX #27023A Blackcurrant

📋 copy color: '#27023A'

red 39 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #27023A

Tints of Blackcurrant #27023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 39.39%
G = 2.02%
B = 58.59%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27023A (or 0x27023A) is known color: Blackcurrant. HEX triplet: 27, 02 and 3A. RGB value is (39,2,58). Sum of RGB (Red+Green+Blue) = 39+2+58=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #27023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27023A is #D8FDC5. Grayscale: #131313. Windows color (decimal): -14220742 or 3801639. OLE color: 3801639.

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

Color convert

RGB 39 2 58 -
CMYK 0.33 0.97 0 0.77
HSL 279.64º 0.93% 0.12% -
HSV(B) 279.64º 0.97% 0.23% -
XYZ 1.62 0.78 4.07 -
YUV 19.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 39 2 58 0.33 0.97 0 0.77 279.64 0.93 0.12
Hex 27 2 3A 21 61 0 4D 118 5D C
Octal 47 2 72 41 141 0 115 430 135 14
Binary 100111 10 111010 100001 1100001 0 1001101 100011000 1011101 1100

Color Harmonies of #27023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27023A

Black with #27023A

Text Example


Text Example

White with #27023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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