Html Css Color HEX #271B34 Blackcurrant

📋 copy color: '#271B34'

red 39 ◦ green 27 ◦ blue 52

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

Shades of Blackcurrant #271B34

Tints of Blackcurrant #271B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 44.07%

R = 33.05%
G = 22.88%
B = 44.07%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#271B34 (or 0x271B34) is known color: Blackcurrant. HEX triplet: 27, 1B and 34. RGB value is (39,27,52). Sum of RGB (Red+Green+Blue) = 39+27+52=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #271B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B34 is #D8E4CB. Grayscale: #212121. Windows color (decimal): -14214348 or 3414823. OLE color: 3414823.

HSL color Cylindrical-coordinate representation of color #271B34: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #271B34 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 27 52 -
CMYK 0.25 0.48 0 0.80
HSL 268.8º 0.32% 0.15% -
HSV(B) 268.8º 0.48% 0.2% -
XYZ 1.85 1.46 3.43 -
YUV 33.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 39 27 52 0.25 0.48 0 0.80 268.8 0.32 0.15
Hex 27 1B 34 19 30 0 50 10D 20 F
Octal 47 33 64 31 60 0 120 415 40 17
Binary 100111 11011 110100 11001 110000 0 1010000 100001101 100000 1111

Color Harmonies of #271B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B34

Black with #271B34

Text Example


Text Example

White with #271B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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