Html Css Color HEX #27052F Blackcurrant

📋 copy color: '#27052F'

red 39 ◦ green 5 ◦ blue 47

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

Shades of Blackcurrant #27052F

Tints of Blackcurrant #27052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 51.65%

R = 42.86%
G = 5.49%
B = 51.65%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27052F (or 0x27052F) is known color: Blackcurrant. HEX triplet: 27, 05 and 2F. RGB value is (39,5,47). Sum of RGB (Red+Green+Blue) = 39+5+47=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #27052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27052F is #D8FAD0. Grayscale: #131313. Windows color (decimal): -14219985 or 3081511. OLE color: 3081511.

HSL color Cylindrical-coordinate representation of color #27052F: hue angle of 288.57º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27052F is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 5 47 -
CMYK 0.17 0.89 0 0.82
HSL 288.57º 0.81% 0.1% -
HSV(B) 288.57º 0.89% 0.18% -
XYZ 1.4 0.75 2.76 -
YUV 19.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 39 5 47 0.17 0.89 0 0.82 288.57 0.81 0.1
Hex 27 5 2F 11 59 0 52 121 51 A
Octal 47 5 57 21 131 0 122 441 121 12
Binary 100111 101 101111 10001 1011001 0 1010010 100100001 1010001 1010

Color Harmonies of #27052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27052F

Black with #27052F

Text Example


Text Example

White with #27052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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