Html Css Color HEX #271C35 Blackcurrant

📋 copy color: '#271C35'

red 39 ◦ green 28 ◦ blue 53

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

Shades of Blackcurrant #271C35

Tints of Blackcurrant #271C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.33%

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

R = 32.5%
G = 23.33%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#271C35 (or 0x271C35) is known color: Blackcurrant. HEX triplet: 27, 1C and 35. RGB value is (39,28,53). Sum of RGB (Red+Green+Blue) = 39+28+53=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #271C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C35 is #D8E3CA. Grayscale: #222222. Windows color (decimal): -14214091 or 3480615. OLE color: 3480615.

HSL color Cylindrical-coordinate representation of color #271C35: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #271C35 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 28 53 -
CMYK 0.26 0.47 0 0.79
HSL 266.4º 0.31% 0.16% -
HSV(B) 266.4º 0.47% 0.21% -
XYZ 1.89 1.52 3.56 -
YUV 34.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 39 28 53 0.26 0.47 0 0.79 266.4 0.31 0.16
Hex 27 1C 35 1A 2F 0 4F 10A 1F 10
Octal 47 34 65 32 57 0 117 412 37 20
Binary 100111 11100 110101 11010 101111 0 1001111 100001010 11111 10000

Color Harmonies of #271C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C35

Black with #271C35

Text Example


Text Example

White with #271C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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