Html Css Color HEX #271C30 Blackcurrant

📋 copy color: '#271C30'

red 39 ◦ green 28 ◦ blue 48

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

Shades of Blackcurrant #271C30

Tints of Blackcurrant #271C30

RGB

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

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

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

R = 33.91%
G = 24.35%
B = 41.74%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271C30 (or 0x271C30) is known color: Blackcurrant. HEX triplet: 27, 1C and 30. RGB value is (39,28,48). Sum of RGB (Red+Green+Blue) = 39+28+48=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #271C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C30 is #D8E3CF. Grayscale: #212121. Windows color (decimal): -14214096 or 3152935. OLE color: 3152935.

HSL color Cylindrical-coordinate representation of color #271C30: hue angle of 273º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #271C30 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 28 48 -
CMYK 0.19 0.42 0 0.81
HSL 273º 0.26% 0.15% -
HSV(B) 273º 0.42% 0.19% -
XYZ 1.79 1.48 2.99 -
YUV 33.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 39 28 48 0.19 0.42 0 0.81 273 0.26 0.15
Hex 27 1C 30 13 2A 0 51 111 1A F
Octal 47 34 60 23 52 0 121 421 32 17
Binary 100111 11100 110000 10011 101010 0 1010001 100010001 11010 1111

Color Harmonies of #271C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C30

Black with #271C30

Text Example


Text Example

White with #271C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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