Html Css Color HEX #27053F Blackcurrant

📋 copy color: '#27053F'

red 39 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #27053F

Tints of Blackcurrant #27053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 58.88%

R = 36.45%
G = 4.67%
B = 58.88%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#27053F (or 0x27053F) is known color: Blackcurrant. HEX triplet: 27, 05 and 3F. RGB value is (39,5,63). Sum of RGB (Red+Green+Blue) = 39+5+63=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #27053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27053F is #D8FAC0. Grayscale: #151515. Windows color (decimal): -14219969 or 4130087. OLE color: 4130087.

HSL color Cylindrical-coordinate representation of color #27053F: hue angle of 275.17º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27053F is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 5 63 -
CMYK 0.38 0.92 0 0.75
HSL 275.17º 0.85% 0.13% -
HSV(B) 275.17º 0.92% 0.25% -
XYZ 1.79 0.9 4.78 -
YUV 21.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 39 5 63 0.38 0.92 0 0.75 275.17 0.85 0.13
Hex 27 5 3F 26 5C 0 4B 113 55 D
Octal 47 5 77 46 134 0 113 423 125 15
Binary 100111 101 111111 100110 1011100 0 1001011 100010011 1010101 1101

Color Harmonies of #27053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27053F

Black with #27053F

Text Example


Text Example

White with #27053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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