Html Css Color HEX #271930 Blackcurrant

📋 copy color: '#271930'

red 39 ◦ green 25 ◦ blue 48

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

Shades of Blackcurrant #271930

Tints of Blackcurrant #271930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 48 (19.14% from 255) = 42.86%

R = 34.82%
G = 22.32%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271930 (or 0x271930) is known color: Blackcurrant. HEX triplet: 27, 19 and 30. RGB value is (39,25,48). Sum of RGB (Red+Green+Blue) = 39+25+48=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #271930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271930 is #D8E6CF. Grayscale: #1F1F1F. Windows color (decimal): -14214864 or 3152167. OLE color: 3152167.

HSL color Cylindrical-coordinate representation of color #271930: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #271930 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 25 48 -
CMYK 0.19 0.48 0 0.81
HSL 276.52º 0.32% 0.14% -
HSV(B) 276.52º 0.48% 0.19% -
XYZ 1.72 1.34 2.96 -
YUV 31.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 39 25 48 0.19 0.48 0 0.81 276.52 0.32 0.14
Hex 27 19 30 13 30 0 51 115 20 E
Octal 47 31 60 23 60 0 121 425 40 16
Binary 100111 11001 110000 10011 110000 0 1010001 100010101 100000 1110

Color Harmonies of #271930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271930

Black with #271930

Text Example


Text Example

White with #271930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271930; }

 p { color: rgb(39,25,48); }

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

background-color css

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

 a { background-color: rgb(39,25,48); }

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

border-color css

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

 span { border-color: rgb(39,25,48); }

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