Html Css Color HEX #27003A Blackcurrant

📋 copy color: '#27003A'

red 39 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #27003A

Tints of Blackcurrant #27003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.21%
G = 0%
B = 59.79%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27003A (or 0x27003A) is known color: Blackcurrant. HEX triplet: 27, 00 and 3A. RGB value is (39,0,58). Sum of RGB (Red+Green+Blue) = 39+0+58=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #27003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27003A is #D8FFC5. Grayscale: #121212. Windows color (decimal): -14221254 or 3801127. OLE color: 3801127.

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

Color convert

RGB 39 0 58 -
CMYK 0.33 1 0 0.77
HSL 280.34º 1% 0.11% -
HSV(B) 280.34º 1% 0.23% -
XYZ 1.6 0.74 4.06 -
YUV 18.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 39 0 58 0.33 1 0 0.77 280.34 1 0.11
Hex 27 0 3A 21 64 0 4D 118 64 B
Octal 47 0 72 41 144 0 115 430 144 13
Binary 100111 0 111010 100001 1100100 0 1001101 100011000 1100100 1011

Color Harmonies of #27003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27003A

Black with #27003A

Text Example


Text Example

White with #27003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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