Html Css Color HEX #271230 Blackcurrant

📋 copy color: '#271230'

red 39 ◦ green 18 ◦ blue 48

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

Shades of Blackcurrant #271230

Tints of Blackcurrant #271230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 37.14%
G = 17.14%
B = 45.71%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271230 (or 0x271230) is known color: Blackcurrant. HEX triplet: 27, 12 and 30. RGB value is (39,18,48). Sum of RGB (Red+Green+Blue) = 39+18+48=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #271230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271230 is #D8EDCF. Grayscale: #1B1B1B. Windows color (decimal): -14216656 or 3150375. OLE color: 3150375.

HSL color Cylindrical-coordinate representation of color #271230: hue angle of 282º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #271230 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 18 48 -
CMYK 0.19 0.63 0 0.81
HSL 282º 0.45% 0.13% -
HSV(B) 282º 0.63% 0.19% -
XYZ 1.59 1.08 2.92 -
YUV 27.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 39 18 48 0.19 0.63 0 0.81 282 0.45 0.13
Hex 27 12 30 13 3F 0 51 11A 2D D
Octal 47 22 60 23 77 0 121 432 55 15
Binary 100111 10010 110000 10011 111111 0 1010001 100011010 101101 1101

Color Harmonies of #271230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271230

Black with #271230

Text Example


Text Example

White with #271230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271230; }

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

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

background-color css

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

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

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

border-color css

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

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

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