Html Css Color HEX #271D2D Blackcurrant

📋 copy color: '#271D2D'

red 39 ◦ green 29 ◦ blue 45

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

Shades of Blackcurrant #271D2D

Tints of Blackcurrant #271D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

 BLUE value IS 45 (17.97% from 255) = 39.82%

R = 34.51%
G = 25.66%
B = 39.82%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271D2D (or 0x271D2D) is known color: Blackcurrant. HEX triplet: 27, 1D and 2D. RGB value is (39,29,45). Sum of RGB (Red+Green+Blue) = 39+29+45=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #271D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D2D is #D8E2D2. Grayscale: #212121. Windows color (decimal): -14213843 or 2956583. OLE color: 2956583.

HSL color Cylindrical-coordinate representation of color #271D2D: hue angle of 277.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271D2D is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 29 45 -
CMYK 0.13 0.36 0 0.82
HSL 277.5º 0.22% 0.15% -
HSV(B) 277.5º 0.36% 0.18% -
XYZ 1.75 1.5 2.68 -
YUV 33.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 39 29 45 0.13 0.36 0 0.82 277.5 0.22 0.15
Hex 27 1D 2D D 24 0 52 116 16 F
Octal 47 35 55 15 44 0 122 426 26 17
Binary 100111 11101 101101 1101 100100 0 1010010 100010110 10110 1111

Color Harmonies of #271D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D2D

Black with #271D2D

Text Example


Text Example

White with #271D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,29,45); }

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

background-color css

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

 a { background-color: rgb(39,29,45); }

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

border-color css

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

 span { border-color: rgb(39,29,45); }

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