Html Css Color HEX #271B36 Blackcurrant

📋 copy color: '#271B36'

red 39 ◦ green 27 ◦ blue 54

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

Shades of Blackcurrant #271B36

Tints of Blackcurrant #271B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.5%

 BLUE value IS 54 (21.48% from 255) = 45%

R = 32.5%
G = 22.5%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#271B36 (or 0x271B36) is known color: Blackcurrant. HEX triplet: 27, 1B and 36. RGB value is (39,27,54). Sum of RGB (Red+Green+Blue) = 39+27+54=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #271B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B36 is #D8E4C9. Grayscale: #212121. Windows color (decimal): -14214346 or 3545895. OLE color: 3545895.

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

Color convert

RGB 39 27 54 -
CMYK 0.28 0.5 0 0.79
HSL 266.67º 0.33% 0.16% -
HSV(B) 266.67º 0.5% 0.21% -
XYZ 1.89 1.48 3.68 -
YUV 33.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 39 27 54 0.28 0.5 0 0.79 266.67 0.33 0.16
Hex 27 1B 36 1C 32 0 4F 10B 21 10
Octal 47 33 66 34 62 0 117 413 41 20
Binary 100111 11011 110110 11100 110010 0 1001111 100001011 100001 10000

Color Harmonies of #271B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B36

Black with #271B36

Text Example


Text Example

White with #271B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,27,54); }

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

background-color css

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

 a { background-color: rgb(39,27,54); }

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

border-color css

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

 span { border-color: rgb(39,27,54); }

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