Html Css Color HEX #27093B Blackcurrant

📋 copy color: '#27093B'

red 39 ◦ green 9 ◦ blue 59

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

Shades of Blackcurrant #27093B

Tints of Blackcurrant #27093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 55.14%

R = 36.45%
G = 8.41%
B = 55.14%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27093B (or 0x27093B) is known color: Blackcurrant. HEX triplet: 27, 09 and 3B. RGB value is (39,9,59). Sum of RGB (Red+Green+Blue) = 39+9+59=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #27093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27093B is #D8F6C4. Grayscale: #171717. Windows color (decimal): -14218949 or 3868967. OLE color: 3868967.

HSL color Cylindrical-coordinate representation of color #27093B: hue angle of 276º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27093B is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 9 59 -
CMYK 0.34 0.85 0 0.77
HSL 276º 0.74% 0.13% -
HSV(B) 276º 0.85% 0.23% -
XYZ 1.72 0.94 4.23 -
YUV 23.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 39 9 59 0.34 0.85 0 0.77 276 0.74 0.13
Hex 27 9 3B 22 55 0 4D 114 4A D
Octal 47 11 73 42 125 0 115 424 112 15
Binary 100111 1001 111011 100010 1010101 0 1001101 100010100 1001010 1101

Color Harmonies of #27093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27093B

Black with #27093B

Text Example


Text Example

White with #27093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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