Html Css Color HEX #27033A Blackcurrant

📋 copy color: '#27033A'

red 39 ◦ green 3 ◦ blue 58

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

Shades of Blackcurrant #27033A

Tints of Blackcurrant #27033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 39%
G = 3%
B = 58%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27033A (or 0x27033A) is known color: Blackcurrant. HEX triplet: 27, 03 and 3A. RGB value is (39,3,58). Sum of RGB (Red+Green+Blue) = 39+3+58=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #27033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27033A is #D8FCC5. Grayscale: #131313. Windows color (decimal): -14220486 or 3801895. OLE color: 3801895.

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

Color convert

RGB 39 3 58 -
CMYK 0.33 0.95 0 0.77
HSL 279.27º 0.9% 0.12% -
HSV(B) 279.27º 0.95% 0.23% -
XYZ 1.63 0.8 4.07 -
YUV 20.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 39 3 58 0.33 0.95 0 0.77 279.27 0.9 0.12
Hex 27 3 3A 21 5F 0 4D 117 5A C
Octal 47 3 72 41 137 0 115 427 132 14
Binary 100111 11 111010 100001 1011111 0 1001101 100010111 1011010 1100

Color Harmonies of #27033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27033A

Black with #27033A

Text Example


Text Example

White with #27033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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