Html Css Color HEX #271430 Blackcurrant

📋 copy color: '#271430'

red 39 ◦ green 20 ◦ blue 48

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

Shades of Blackcurrant #271430

Tints of Blackcurrant #271430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 36.45%
G = 18.69%
B = 44.86%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271430 (or 0x271430) is known color: Blackcurrant. HEX triplet: 27, 14 and 30. RGB value is (39,20,48). Sum of RGB (Red+Green+Blue) = 39+20+48=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #271430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271430 is #D8EBCF. Grayscale: #1C1C1C. Windows color (decimal): -14216144 or 3150887. OLE color: 3150887.

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

Color convert

RGB 39 20 48 -
CMYK 0.19 0.58 0 0.81
HSL 280.71º 0.41% 0.13% -
HSV(B) 280.71º 0.58% 0.19% -
XYZ 1.62 1.15 2.93 -
YUV 28.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 39 20 48 0.19 0.58 0 0.81 280.71 0.41 0.13
Hex 27 14 30 13 3A 0 51 119 29 D
Octal 47 24 60 23 72 0 121 431 51 15
Binary 100111 10100 110000 10011 111010 0 1010001 100011001 101001 1101

Color Harmonies of #271430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271430

Black with #271430

Text Example


Text Example

White with #271430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271430; }

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

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

background-color css

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

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

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

border-color css

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

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

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