Html Css Color HEX #271035 Blackcurrant

📋 copy color: '#271035'

red 39 ◦ green 16 ◦ blue 53

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

Shades of Blackcurrant #271035

Tints of Blackcurrant #271035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

 BLUE value IS 53 (21.09% from 255) = 49.07%

R = 36.11%
G = 14.81%
B = 49.07%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#271035 (or 0x271035) is known color: Blackcurrant. HEX triplet: 27, 10 and 35. RGB value is (39,16,53). Sum of RGB (Red+Green+Blue) = 39+16+53=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #271035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271035 is #D8EFCA. Grayscale: #1A1A1A. Windows color (decimal): -14217163 or 3477543. OLE color: 3477543.

HSL color Cylindrical-coordinate representation of color #271035: hue angle of 277.3º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #271035 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 16 53 -
CMYK 0.26 0.70 0 0.79
HSL 277.3º 0.54% 0.14% -
HSV(B) 277.3º 0.7% 0.21% -
XYZ 1.66 1.06 3.48 -
YUV 27.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 39 16 53 0.26 0.70 0 0.79 277.3 0.54 0.14
Hex 27 10 35 1A 46 0 4F 115 36 E
Octal 47 20 65 32 106 0 117 425 66 16
Binary 100111 10000 110101 11010 1000110 0 1001111 100010101 110110 1110

Color Harmonies of #271035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271035

Black with #271035

Text Example


Text Example

White with #271035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271035; }

 p { color: rgb(39,16,53); }

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

background-color css

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

 a { background-color: rgb(39,16,53); }

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

border-color css

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

 span { border-color: rgb(39,16,53); }

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