Html Css Color HEX #27053B Blackcurrant

📋 copy color: '#27053B'

red 39 ◦ green 5 ◦ blue 59

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

Shades of Blackcurrant #27053B

Tints of Blackcurrant #27053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 37.86%
G = 4.85%
B = 57.28%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27053B (or 0x27053B) is known color: Blackcurrant. HEX triplet: 27, 05 and 3B. RGB value is (39,5,59). Sum of RGB (Red+Green+Blue) = 39+5+59=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #27053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27053B is #D8FAC4. Grayscale: #151515. Windows color (decimal): -14219973 or 3867943. OLE color: 3867943.

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

Color convert

RGB 39 5 59 -
CMYK 0.34 0.92 0 0.77
HSL 277.78º 0.84% 0.13% -
HSV(B) 277.78º 0.92% 0.23% -
XYZ 1.68 0.86 4.21 -
YUV 21.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 39 5 59 0.34 0.92 0 0.77 277.78 0.84 0.13
Hex 27 5 3B 22 5C 0 4D 116 54 D
Octal 47 5 73 42 134 0 115 426 124 15
Binary 100111 101 111011 100010 1011100 0 1001101 100010110 1010100 1101

Color Harmonies of #27053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27053B

Black with #27053B

Text Example


Text Example

White with #27053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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