Html Css Color HEX #270E2E Blackcurrant

📋 copy color: '#270E2E'

red 39 ◦ green 14 ◦ blue 46

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

Shades of Blackcurrant #270E2E

Tints of Blackcurrant #270E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.14%

 BLUE value IS 46 (18.36% from 255) = 46.46%

R = 39.39%
G = 14.14%
B = 46.46%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#270E2E (or 0x270E2E) is known color: Blackcurrant. HEX triplet: 27, 0E and 2E. RGB value is (39,14,46). Sum of RGB (Red+Green+Blue) = 39+14+46=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #270E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E2E is #D8F1D1. Grayscale: #191919. Windows color (decimal): -14217682 or 3018279. OLE color: 3018279.

HSL color Cylindrical-coordinate representation of color #270E2E: hue angle of 286.88º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #270E2E is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 14 46 -
CMYK 0.15 0.70 0 0.82
HSL 286.88º 0.53% 0.12% -
HSV(B) 286.88º 0.7% 0.18% -
XYZ 1.49 0.94 2.69 -
YUV 25.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 39 14 46 0.15 0.70 0 0.82 286.88 0.53 0.12
Hex 27 E 2E F 46 0 52 11F 35 C
Octal 47 16 56 17 106 0 122 437 65 14
Binary 100111 1110 101110 1111 1000110 0 1010010 100011111 110101 1100

Color Harmonies of #270E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E2E

Black with #270E2E

Text Example


Text Example

White with #270E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270E2E; }

 p { color: rgb(39,14,46); }

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

background-color css

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

 a { background-color: rgb(39,14,46); }

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

border-color css

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

 span { border-color: rgb(39,14,46); }

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