Html Css Color HEX #27093C Blackcurrant

📋 copy color: '#27093C'

red 39 ◦ green 9 ◦ blue 60

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

Shades of Blackcurrant #27093C

Tints of Blackcurrant #27093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

 BLUE value IS 60 (23.83% from 255) = 55.56%

R = 36.11%
G = 8.33%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27093C (or 0x27093C) is known color: Blackcurrant. HEX triplet: 27, 09 and 3C. RGB value is (39,9,60). Sum of RGB (Red+Green+Blue) = 39+9+60=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #27093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27093C is #D8F6C3. Grayscale: #171717. Windows color (decimal): -14218948 or 3934503. OLE color: 3934503.

HSL color Cylindrical-coordinate representation of color #27093C: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27093C is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 9 60 -
CMYK 0.35 0.85 0 0.76
HSL 275.29º 0.74% 0.14% -
HSV(B) 275.29º 0.85% 0.24% -
XYZ 1.75 0.95 4.37 -
YUV 23.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 39 9 60 0.35 0.85 0 0.76 275.29 0.74 0.14
Hex 27 9 3C 23 55 0 4C 113 4A E
Octal 47 11 74 43 125 0 114 423 112 16
Binary 100111 1001 111100 100011 1010101 0 1001100 100010011 1001010 1110

Color Harmonies of #27093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27093C

Black with #27093C

Text Example


Text Example

White with #27093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27093C; }

 p { color: rgb(39,9,60); }

 H1.HeaderClassName
 {
   color: #27093C;
 }
 .AnyTagClassName
 {
   color: #27093C;
 }
</style>

background-color css

<style>
 a { background-color: #27093C; }

 a { background-color: rgb(39,9,60); }

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

border-color css

<style>
 span { border-color: #27093C; }

 span { border-color: rgb(39,9,60); }

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